⚠️ 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.
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).
🎉 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
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
Please ⭐ this repository if this works for you!
The strategy was taken from https://github.com/JunkMeal/duolingo-plus and ported to Rust.
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!