imgur2comicbook/README.md

31 lines
809 B
Markdown
Raw Permalink Normal View History

2015-06-30 12:58:14 +00:00
# ../imgur::Albumkeeper
2015-07-01 08:08:48 +00:00
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
2015-06-30 12:58:14 +00:00
TODO: Write a gem description
## Installation
2015-07-01 08:08:48 +00:00
Install it yourself as:
2015-06-30 12:58:14 +00:00
2015-07-01 08:08:48 +00:00
$ gem install imgur2comicbook
2015-06-30 12:58:14 +00:00
## 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