odido.nl aanvullers automated
assuming Python is installed
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
source .venv/bin/activate
./odido.py
NOTE: you may want the script to be run by cron
. In this case, you will also want ODIDO_THRESHOLD env variable
(in megabytes) to be set to some 300-350.
Otherwise the API will return an error: it's only allowed to activate the next aanvuller when around ~350mb is left from the previous one.
NOTE: this is only supported on Apple Silicon and requires authenticated Odido iOS app. Consult tweakers.net for more methods to obtain the token
./get_bearer_apple_silicon.sh
Enjoy!