Rails 什么是抓取网站的最佳宝石?

发布于 2024-10-18 06:09:13 字数 30 浏览 2 评论 0原文

(屏幕)抓取受密码保护的网站的最佳宝石是什么?

What is the best gem to (screen) scrape websites that is password protected?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓝眼泪 2024-10-25 06:09:13

我会在这里看一下:http://ruby-toolbox.com/categories/html_parsing。 htmlhttp://ruby-toolbox.com/categories/http_clients.html< /a>.

我认为对于密码你可以使用 mechanize

你有很多选择。

看一下这个问题的例子:Ruby Mechanize 登录不工作

I'd take a look here: http://ruby-toolbox.com/categories/html_parsing.html and http://ruby-toolbox.com/categories/http_clients.html.

I think that for password you can use mechanize

You have a lot of options there.

Look at this question for an example: Ruby Mechanize login not working

几味少女 2024-10-25 06:09:13

使用 Mechanize gem。它允许您填写表单、存储 cookie 以及使用 CSS 选择器选择内容。

Railscast 教程

Use the Mechanize gem. It allows you to fill forms, store cookies, and select content using css selectors.

(Railscast tutorial)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文