imgur-upload-cli
Upload images to imgur.com from the command line.
Installation
$ npm install -g imgur-upload-cli
Usage
$ imgur-upload --help Upload images to imgur from the command line Upload images: $ imgur-upload path/to/image.jpg $ imgur-upload path/to/image-one.jpg path/to/image-two.jpg $ imgur-upload path/to/*.jpg Upload latest image in a directory: $ imgur-upload latest path/to/directory
Rate limits
Note there are some rate limits with the API. The daily upload limit is shared by everyone using the same client ID, so if you're using the provided one and start to get errors, you might consider using your own client ID, which can be set using an environment variable:
export IMGUR_CLIENT_ID=xxxxxxxxxxxxxxxx
License
MIT