Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hickford/imgurgitate
Download Imgur albums to disk. Download all of a Redditor's albums to disk.
https://github.com/hickford/imgurgitate
Last synced: 3 months ago
JSON representation
Download Imgur albums to disk. Download all of a Redditor's albums to disk.
- Host: GitHub
- URL: https://github.com/hickford/imgurgitate
- Owner: hickford
- Created: 2012-02-19T20:59:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T23:52:41.000Z (over 9 years ago)
- Last Synced: 2024-04-15T00:10:01.538Z (9 months ago)
- Language: CoffeeScript
- Homepage: https://npmjs.org/package/imgurgitate
- Size: 194 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Imgurgitate
=========Download [Imgur](http://imgur.com) albums. Download all a [Redditor's](http://www.reddit.com/) albums.
Usage
----Download Imgur albums to disk
Usage: imgurgitate album_url
Usage: imgurgitate reddit_userInstallation
----------[![NPM version](https://badge.fury.io/js/imgurgitate.svg)](https://npmjs.org/package/imgurgitate)
First install [Node.js](http://nodejs.org/). 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)](http://npmjs.org/doc/folders.html)
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
----[![Build Status](https://travis-ci.org/hickford/imgurgitate.svg?branch=master)](https://travis-ci.org/hickford/imgurgitate)
Clone this project:
git clone https://github.com/colonelpanic/imgurgitate.git
cd imgurgitateInstall development dependencies (principally [Iced CoffeeScript](http://maxtaco.github.com/coffee-script/))
npm install --dev
Build the Coffeescripts to Javascript
icake build
Publish to [npm registry](https://npmjs.org/package/imgurgitate)
npm publish