oracle2b / imgurgitate

Download Imgur albums to disk. Download all of a Redditor's albums to disk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imgurgitate

Download Imgur albums to disk. Download all of a Redditor's albums to disk.

Usage

Download Imgur albums to disk
Usage: imgurgitate album_url
Usage imgurgitate reddit_user

Prerequisites

Installation

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. If you omit the -g switch, to ~/node_modules/.bin. See the npm's folders(1)

Build and publish

These instructions are really only useful to me. First, install Iced CoffeeScript, then

icake build
./lib/imgurgitate.js
icake clean
npm publish

About

Download Imgur albums to disk. Download all of a Redditor's albums to disk.