Scrapy 的 Ruby 替代品?

发布于 2024-11-05 16:32:01 字数 171 浏览 0 评论 0原文

有哪些基于 Ruby 的工具可以帮助我实现与 Scrapy 对 Python 所做的类似的事情? http://doc.scrapy.org/intro/overview.html

What are some Ruby-based tools that can help me achive something similar to what Scrapy does for python?
http://doc.scrapy.org/intro/overview.html

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

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

发布评论

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

评论(2

佞臣 2024-11-12 16:32:01

Mechanize 是基于 Nokogiri 构建的。

Nokigiri 是基于 XPath 的。

Hpricot 是另一个工具。

Scrapi 它基于 CSS 选择器来提取信息,但执行速度较慢根据我的测试,比 Nokogiri 更好。

scRUBYt

我确信还有其他人,但这些是我遇到的。

如果您找不到可以解决您问题的工具,请查看网络爬虫库,例如 Anemone< /a> 并将其与上面列出的低级抓取框架之一结合起来。

或者继续学习 Python。它将扩大您在编程世界中的业力。

There's Mechanize which is built upon Nokogiri.

There's Nokigiri which is based on XPath.

Hpricot is another tool.

There's Scrapi which is based on CSS selectors to extract information, but performs slower than Nokogiri based on my testing.

There's scRUBYt.

I'm sure there are others, but these are the ones that I came across.

If you don't find a single tool that solves your problems, checkout web spidering libraries like Anemone and combine it with one of the low-level scraping frameworks listed above.

Or just go ahead and learn Python. It'll expand your karma in the programming world.

徒留西风 2024-11-12 16:32:01

您还可以查看 海葵

You can also check out Anemone

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