Get an album from imgur and convert it to comicbook file (cbz)
bin | ||
lib | ||
.gitignore | ||
Gemfile | ||
imgur2comicbook.gemspec | ||
LICENSE.txt | ||
Rakefile | ||
README.md |
../imgur::Albumkeeper
Download imgur.com galleries easily
Usage:
ruby imgur.rb [url of gallery] [directory to download into] [namespace for files]
Example:
ruby imgur.rb http://imgur.com/a/npV94 battlefield3 scenery
All files will be downloaded into battlefield3 with filenames in the pattern of
scenery-[number].jpg
TODO: Write a gem description
Installation
Install it yourself as:
$ gem install imgur2comicbook
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/../imgur-albumkeeper/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