Looking for web crawler written in Ruby

Hi, I am looking for web crawler(spider) written in Ruby. I googled but
couldn't find much information. Can anyone give me some links?

Thanks in advance.

Kevin

Kev wrote:

Hi, I am looking for web crawler(spider) written in Ruby. I googled but
couldn't find much information. Can anyone give me some links?

Thanks in advance.

Kevin
  
If you are _really_ desperate, the first Ruby program I ever wrote was kind of a web crawler: http://students.seattleu.edu/collinsj/programs_netcrawler.html

But it's really terrible. It isn't hard to write your own, if you need to, using Net::HTTP (http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/index.html\) and URI (http://ruby-doc.org/stdlib/libdoc/uri/rdoc/index.html\).

-Justin

The code I translated from Higher-Order Perl at the tail end of the following blog article may be of use to you.

James Edward Gray II

···

On Jan 31, 2006, at 1:11 AM, Kev wrote:

Hi, I am looking for web crawler(spider) written in Ruby. I googled but
couldn't find much information. Can anyone give me some links?

Kev wrote:

Hi, I am looking for web crawler(spider) written in Ruby. I googled but
couldn't find much information. Can anyone give me some links?

http://www.jamesbritt.com/articles/RubyAndVbaForWebDictionarySearches.html
http://www.linux-magazine.com/issue/51/Ruby_Web_Spiders.pdf
http://www.acc.umu.se/~r2d2/programming/ruby/webfetcher/

http://snippets.textdrive.com/posts/show/74
(look at cached page)

http://rubyforge.org/projects/wee/
look at Mechanize

Hi, I am looking for web crawler(spider) written in Ruby. I googled but
couldn't find much information. Can anyone give me some links?

Some more offerings here:
http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-talk/146169?146040-146977

now you're practically crawling with spiders :slight_smile:

···

On 1/31/06, Kev <tuweiwen@gmail.com> wrote:

Thanks in advance.

Kevin

--
Bill Guindon (aka aGorilla)
The best answer to most questions is "it depends".

Many thanks, I appreciate it very much.

Gene Tani wrote:

Kev wrote:

Hi, I am looking for web crawler(spider) written in Ruby. I googled but
couldn't find much information. Can anyone give me some links?

http://www.jamesbritt.com/articles/RubyAndVbaForWebDictionarySearches.html

There's not much spidering going on there, just some page scraping

http://rubyforge.org/projects/wee/
look at Mechanize

My Mechanize example may be helpful, though.

···

--
James Britt

http://www.ruby-doc.org - Ruby Help & Documentation
Ruby Code & Style - The Journal By & For Rubyists
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com - Playing with Better Toys
http://www.30secondrule.com - Building Better Tools