Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

duolingo-autostreak-gas

A Google Apps Script that automatically keeps your streak on Duolingo alive.

Based on the work of rfoel and source from dngnd-forks.

Streak keeper and XP farm for Duolingo. Never get demoted again!

How to use

  1. Star this repository.
  2. Go to Duolingo
  3. While logged in, open the browser's console (Option (⌥) + Command (⌘) + J (on macOS) or Shift + CTRL + J (on Windows/Linux))
  4. Get the JWT token by pasting this in the console, and copy the value ( without ')
document.cookie
  .split(";")
  .find((cookie) => cookie.includes("jwt_token"))
  .split("=")[1];
  1. Go to Google Apps Script.
  2. Create a new project, copy & paste the code.
  3. Replace <REPLACE> in const DUOLINGO_JWT = "<REPLACE>"; with the JWT token.
  4. Save the code and click run. Confirm that the script will connect to third-party services.
  5. Set a trigger at main function by any period you like.

About

A Google Apps Script that automatically keep your streak on Duolingo alive.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages