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.
- Host: GitHub
- URL: https://github.com/bennyscripts/flask-image-uploader
- Owner: bennyscripts
- License: mit
- Created: 2021-12-14T21:40:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T07:07:15.000Z (about 4 years ago)
- Last Synced: 2025-02-14T15:47:34.975Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.