开发者

Ruby alternative to Scrapy? [closed]

As it currently stands, this开发者_C百科 question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

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


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.


You can also check out Anemone

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜