使用 Rake 抓取 ASP.NET 页面
是否可能,如果可以,如何使用 RAKE 抓取 ASP.Net 应用程序(非常简单,只有 2 个登录表单)- 基本上是一个蜘蛛机器人/网络爬虫。
我只是问因为我以前听说过这一点并且想知道我会使用什么方法来做到这一点?
非常感谢帮助。
Is it possible, and if so how, do I use RAKE to scrape an ASP.Net Application (very simple, just 2 login forms) - Basically a spider bot/web crawler.
I only ask since I've heard this mentioned before and wonder what method I would use to go about doing it?
Help greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定 RAKE 是什么,谷歌搜索也没有多大帮助,但你可以尝试 WebPoacher:
http://josh1.com/Projects/WebPoacher/
Web poacher 是我在此处提出类似问题后编写的一个 Windows 软件。
它会抓取网站并为您获取静态 HTML。
I'm not sure what RAKE is, and Googling isn't helping much, but you could try WebPoacher:
http://josh1.com/Projects/WebPoacher/
Web poacher is a bit of Windows software I wrote after asking a similar question on here.
It will crawl websites and get static HTML for you.