andreasscherbaum / duolingo_streak_on_ice

Buy another "Streak on Ice" in Duolingo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duolingo_streak_on_ice

Buy another "Streak on Ice" in Duolingo

Description

Duolingo allows to pause your daily exercises, by buying a "Streak on Ice" for 10 Lingots. A Lingot is the virtual currency used in Duolingo.

If you follow through with your daily exercises, every 10 days you get another number Lingots credited to your account. The amount of Lingots is 10% of the days of your streak.

  • 10 days streak: 1 Lingot
  • 50 days streak: 5 Lingots
  • 100 days streak: 10 Lingots
  • 1000 days streak: 100 Lingots

Occasionally I forget to do my daily fun lessons. This script, if run as a daily cron job, will extend the streak.

python duolingo_streak.py -c duolingo.yaml -v
DEBUG: config file: duolingo.yaml
DEBUG: going to buy 'Streak on Ice' extension ...
INFO: bought streak extension for: <your username here>

Dependencies

This script requires the "Duolingo API" present in the script working directory.

About

Buy another "Streak on Ice" in Duolingo

License:Apache License 2.0


Languages

Language:Python 100.0%