Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 405 Bytes

To install

python3 -m venv .venv
. .venv/bin/activate
pip install Flask
pip install requests

Then run

flask --app app run

Use the postman collection for some sample requests

  • Upload links - comma separated in body POST request to upload pictures from internet
  • Get files - just get list of saved files
  • Read file - put header 'url' with url to get the file