(Tested on python3 and Ubuntu 18.04)
- Python3
- pyimgur (pip3 install pyimgur)
- Login to imgur and create a new Album (aka post) and add it's id to sync.py file (all screenshots will be added to this album)
- Create an App on Imgur Link here
- Choose without Redirect Url option
- Generate Access Tokens by choosing REQUESTED_RESPONSE_TYPE = token Link here
- Copy these tokens and add them in sync.py file
- Setup Cron to run this python script everyday
- Imgur has upload rate limits which might close the script when it exceeds that limit but for uploading screenshots it should be good enough