⚠️ A VPN must used to run this tool as Duolingo will not consider accounts created with the same IP as the original towards the referral program.

Free Duolingo Plus

A simple CLI tool to create dummy accounts with referral links to give yourself free Plus (max 19/41 weeks depending on whether you're part of the tiered reward system).

Installation

🎉 If you wouldn't like to go through the installation process, you can create an issue or reach out to me on Discord (@Lioness100#4566) and I will run the tool on your behalf.

Install Rust using the recommended rustup installation method and then run:

sh cargo install free-duolingo-plus

Usage

Follow these instructions to get your referral code.

sh free-duolingo-plus --help free-duolingo-plus --code="ASDFGHJKL1234567890QWERTY" free-duolingo-plus --code="ASDFGHJKL1234567890QWERTY" --num=3 free-duolingo-plus -c="ASDFGHJKL1234567890QWERTY" --n=3


"You earned 19 weeks of free Duoling
Plus!""You earned 41 weeks of free Duoling
Plus!"


Please ⭐ this repository if this works for you!

Acknowledgements

The strategy was taken from https://github.com/JunkMeal/duolingo-plus and ported to Rust.

Contributing

This is the first project I've ever created with Rust. If you would like to improve the code, please open an issue or pull request!

Internal Documentation