A DuoLingo hack on Instagram (for Don't Build an App!).
- Make an instagram account (if you don't already have one you're happy to use)
- Make a [DeepL API account[(https://www.deepl.com/en/docs-api) (it's free!)
- Create a "secrets.toml" file containing:
[INSTAGRAM]
USER = <YOUR_USERNAME>
PASS = <YOUR_PASSWORD>
[DEEPL]
AUTH_KEY = <YOUR_DEEPL_AUTH_KEY>
- Run the code in Python 3.8 or higher.
Sets translation tasks and responds to your answers. More details on the Don't Build an App website