Free Duolingo Plus

A simple CLI tool to create dummy accounts with referral links to give yourself free Plus (max 19 weeks).

⚠️ 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.

⚠️ Use at your own risk.

Installation

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

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