A Javascript CLI tool for saving galleries from the imgur API to your local hard drive written using node.js
1.1.0 Checks if output directory exists and creates the directory if required
$ npm install pullgur -g
Basic usage is to run the pullgur command from your terminal specifying the gallery argument and output argument
$ pullgur --gallery <galleryName e.g. r/funny> --output <outputPath e.g. c:\pictures\>
For further commands use
$ pullgur --help