Crystal Image Downloader
A simple image scraper that downloads all images in <img>
tags from a site.
Can be extended to work with different cli flags
Installation/Usage
- clone project
- Run
shards
to install dependancies needed crystal build src/image-downloader.cr
mkdir bin && mv image-downloader bin/ && mv image-downloader.dwarf bin/
- Run with
./bin/image-downloader
Development
Make changes to src/image-downloader.cr
, just make sure to adhere to the current structure and use the contribution guide below
Contributing
- Fork it (https://github.com/your-github-user/image-downloader/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
- MaterialFuture - creator and maintainer