imgurgitate
v0.1.3
Published
Download Imgur albums to disk. Download all of a Redditor's albums to disk.
Downloads
10
Readme
Imgurgitate
Download Imgur albums. Download all a Redditor's albums.
Usage
Download Imgur albums to disk
Usage: imgurgitate album_url
Usage: imgurgitate reddit_user
Installation
First install Node.js. Then install imgurgitate using the wonderful package manager npm
distributed with Node.
npm -g install imgurgitate
The executable script imgurgitate
will be installed in your path alongside node
and npm
, or on Windows to %appdata%\npm
. See npm's folders(1)
Example usage
Download an album:
imgurgitate http://imgur.com/a/SS6V5
Download all a Redditor's albums:
imgurgitate http://www.reddit.com/user/Shitty_Watercolour
Development
Clone this project:
git clone https://github.com/colonelpanic/imgurgitate.git
cd imgurgitate
Install development dependencies (principally Iced CoffeeScript)
npm install --dev
Build the Coffeescripts to Javascript
icake build
Publish to npm registry
npm publish