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

https://github.com/bennyscripts/flask-image-uploader

Basic image uploader built with flask with twitter cards and ability to add sharex support.
https://github.com/bennyscripts/flask-image-uploader

Last synced: 11 months ago
JSON representation

Basic image uploader built with flask with twitter cards and ability to add sharex support.

Awesome Lists containing this project

README

          

# Flask Image Uploader
A basic image uploader created in Python using Flask.

### Features
- Upload keys
- Twitter cards/discord embeds
- ShareX support

### Setup
- Install python if you havent already.
- Open `utils/config.py` and edit the settings.
- Create a virtual environment called env.
- Run `start.sh`.