Get an album from imgur and convert it to comicbook file (cbz)
Go to file
2015-07-01 10:09:02 +02:00
bin Cleanup comments & obsolete code. 2015-07-01 10:09:02 +02:00
lib Fix structure & requires. 2015-06-30 17:57:52 +02:00
.gitignore Initial import. 2015-06-30 14:58:14 +02:00
Gemfile Initial import. 2015-06-30 14:58:14 +02:00
imgur2comicbook.gemspec Fix structure & requires. 2015-06-30 17:57:52 +02:00
LICENSE.txt Initial import. 2015-06-30 14:58:14 +02:00
Rakefile Initial import. 2015-06-30 14:58:14 +02:00
README.md Add more info to readme. 2015-07-01 10:08:48 +02:00

../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

  1. Fork it ( https://github.com/[my-github-username]/../imgur-albumkeeper/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request