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