Save Duolingo Streak by buying streak freeze if possible
- clone the packjage
- Run
main.py
with the appropriate env vars
Command:
usernames='username1,username2' passwords='pass1,pass2' python3 main.py
Output:
Processing username1
Item: streak_freeze Already Equipped
Item: rupee_wager Already Equipped
Processing username2
Trying to Buy streak_freeze for usernam2
Bought streak_freeze for username2
You can run the above command by adding it your cron expression if you have an already running server
Upload this as an AWS lambda function - Trigger daily by using Cloudwatch monitoring.
Detailed notes on how to set this in lambda up is there in this post - http://blog.alexsanjoseph.com/posts/duolingo-save-streak/