Skip to content

gpoppino/ImgurUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imgur.com image uploader

Introduction

This script uploads images from the file system to your account at https://imgur.com. The names of the file images are passed as arguments to the script like this:

python3 uploader.py *.jpg or python3 uploader.py img_one.jpg img_two.jpg

Configuration

The script needs a configuration file called .client_secrets that is stored in the current directory of the script. The contents are:

[credentials]
client_id = YOUR_CLIENT_ID
client_secret = YOUR_CLIENT_SECRET
access_token = YOUR_ACCESS_TOKEN
refresh_token = YOUR_REFRESH_TOKEN

About

Uploads images to your account at https://imgur.com from the CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages