- download ZIP
- install requirements
pip install -r requirements.txt
- edit claim_free_title.py - Add authentication info
PACKPUB_USER = "[email protected]"
PACKPUB_PASS = "Y0urP4ssH3r3"
- run the script
python claim_free_title.py
- edit cron
crontab -e
and add something like this:
0 0 * * * python ~/claim_free_title.py