0.1.3 • Published 11 years ago
imgurgitate v0.1.3
Imgurgitate
Download Imgur albums. Download all a Redditor's albums.
Usage
Download Imgur albums to disk
Usage: imgurgitate album_url
Usage: imgurgitate reddit_userInstallation
First install Node.js. Then install imgurgitate using the wonderful package manager npm distributed with Node.
npm -g install imgurgitateThe 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/SS6V5Download all a Redditor's albums:
imgurgitate http://www.reddit.com/user/Shitty_WatercolourDevelopment
Clone this project:
git clone https://github.com/colonelpanic/imgurgitate.git
cd imgurgitateInstall development dependencies (principally Iced CoffeeScript)
npm install --devBuild the Coffeescripts to Javascript
icake buildPublish to npm registry
npm publish