Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SwathiMystery/imgur_image_uploader

A script uploads a single image or images from a directory to imgur via imgur API and retrieves the uploaded url from imgur for a particular image, in CSV format.
https://github.com/SwathiMystery/imgur_image_uploader

bulk image imgur imgur-api imgur-uploader upload urls

Last synced: about 2 months ago
JSON representation

A script uploads a single image or images from a directory to imgur via imgur API and retrieves the uploaded url from imgur for a particular image, in CSV format.

Awesome Lists containing this project

README

        

# Imgur Image Uploader

This script uploads a single image or images from a directory to imgur via imgur API and retrieves the uploaded url from imgur for a particular image in CSV format.

Execution
=========

* Uploading a single image.
```
$ ./groot.sh horse.jpg
```

* Uploading a directory of images
```
$ ./groot.sh Photos/*.jpg
```

The output file will be a CSV file with the `filename` and `URL` saved in `imgur.csv`