Skip to content

This script helps you create Duolingo accounts automatically. It can make three types of accounts: unclaimed, claimed, and verified. The tool uses proxies, random device settings, and fake emails to look like a real user. It’s fast, works with multiple threads, and saves the account info in files.

License

Notifications You must be signed in to change notification settings

sexfrance/Duolingo-Account-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duolingo Account Generator

This script helps you create Duolingo accounts automatically. It can make three types of accounts: unclaimed (just created), claimed (with email and password), and verified (fully activated). The tool uses proxies, random device settings, and fake emails to look like a real user. It’s fast, works with multiple threads, and saves the account info in neat files.

💬 Discord · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature


⚙️ Installation

  • Requires: Python 3.7+
  • Make a python virtual environment: python3 -m venv venv
  • Source the environment: venv\Scripts\activate (Windows) / source venv/bin/activate (macOS, Linux)
  • Install the requirements: pip install -r requirements.txt

🔥 Features

  • Automatically generates Duolingo accounts in three modes: Unclaimed, Claimed, Verified.
  • Supports customizable proxy integration for account creation.
  • Randomized user-agents to mimic real device behavior.
  • Handles temporary email generation and verification.
  • Multi-threaded support for fast account generation.

⭐ Milestones

15 stars: Adding humanization


📝 Usage

  1. Preparation:

    • Place your proxy list in input/proxies.txt (optional for proxy-based usage).
    • Configure settings in config.toml.
  2. Running the script:

    python main.py
  3. Output:

    • Unclaimed accounts: output/unclaimed/accounts.txt
    • Claimed accounts: output/claimed/accounts.txt
    • Verified accounts: output/verified/accounts.txt
    • Full account capture (verified): output/verified/full_account_capture.txt

📹 Preview

Preview


❗ Disclaimers

  • This project is for educational purposes only. Its goal is to understand Duolingo's API better. Do not use it to mass-generate accounts as this is against their terms of service.
  • The author is not responsible for any consequences, such as API blocking, IP bans, or account suspension.
  • This is a fun and experimental project. For further updates, star the repo & create an "issue" here.

📜 ChangeLog

v0.0.1 ⋮ 12/07/2024
! Initial release with Duolingo account generation feature

About

This script helps you create Duolingo accounts automatically. It can make three types of accounts: unclaimed, claimed, and verified. The tool uses proxies, random device settings, and fake emails to look like a real user. It’s fast, works with multiple threads, and saves the account info in files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages