HashSpidey
A sloppy implementation of joeyAghion's Spidey abstract web crawling, using in-memory Hash to save pages and links. Very smelly and unstable until I figure out the best API.
Installation
Add this line to your application's Gemfile:
gem 'hash_spidey'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hash_spidey
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request