This was the night of the crawling terror!
Squirm is a framework for crawling web sites and extracting structured data which can be used for a wide range of useful applications, like data mining, information processing or historical archival.
Installation
-
Add the dependency to your
shard.yml
:dependencies: squirm: github: squirm-framework/squirm
-
Run
shards install
Usage
View the usage in the examples directory.
Contributing
- Fork it (https://github.com/squirm-framework/squirm/fork)
- 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 a new Pull Request
Contributors
- Giorgi Kavrelishvili - creator and maintainer