You can use this program in different ways.
You can either provide credentials in the command arguments:
python3 main.py --username gahrlt --password p4s5w0rd
or use environnement variables, global or local:
python3 main.py --env /path/to/your/env.file
For following uses, while session is valid, you can omit providing password, username is still necessary.
If you don't have 2fa already enabled on your online accounts, please do! Then, this program support account secured with 2fa. You can either:
- Provide nothing, the program will ask for the 2FA code and handle everything next.
- Provide your 2FA seed. This program will, if needed, generate the 2FA code with your seed and then login.