Simple webapp to upload images to archive.org when internet is available, initially made for dwebcamp 2019!
- You'll need to generate some API keys for IAS3, which can be done here: https://archive.org/account/s3.php
- You'll also need to generate a secret key for flask. Some simple instructions can found here: https://stackoverflow.com/a/34903502
- Create some environment variables with the respective API keys, name them IAS3_ACCESS_KEY, IAS3_SECRET_KEY and FLASK_SECRET_KEY.
- Once all that is done, it should be as simple as running app.py. By default the app runs on localhost:80/media, but all these things can be easily configured in the code.