Anemone is a free, multi-threaded Ruby web spider framework from Chris Kite , which is useful for collecting information about websites.
With Anemone you can write tasks to generate some interesting statistics on a site just by giving it the URL.
Its only dependency is Nokogiri (an HTML and XML parser).
Other than that, you just need to install the gem to get started using Anemone's simple syntax which, among other things, allows you to tell...
Post new comment