Skip to content

A tool designed to automate the creation of accounts for Character.AI, featuring email verification, proxy support, captcha bypassing and threading.

License

Notifications You must be signed in to change notification settings

sexfrance/CharacterAI-Account-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CharacterAI Account Creator

A tool designed to automate the creation of accounts for Character.AI, featuring email verification, proxy support, and efficient batch processing.

I bypassed their shitty ahh captcha system, they don't even flag emails or headers. I made it quickly and it is 4 am so please forgive this shitty code

💬 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

  • Creates Character.AI accounts with email verification.
  • Supports proxy integration to maintain anonymity.
  • Automatically fetches and verifies email links using temporary mail services.
  • Multi-threaded for efficient account generation.
  • Saves account details in a structured output file.
  • Recaptcha bypassing!!

📝 Usage

  1. Preparation:

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

    python main.py
  3. Output:

    • All created accounts are saved in output/accounts.txt.

📹 Preview

Preview


❗ Disclaimers

  • This project is for educational purposes only. It is intended to study the Character.AI API and should not be used to abuse their services.
  • The author is not responsible for any misuse of this tool, including account suspensions or bans.
  • Use proxies responsibly to avoid violating any terms of service.

📜 ChangeLog

v0.0.1 ⋮ 12/26/2024
! Initial release with Character.AI account generation functionality.

Releases

No releases published

Packages

No packages published

Languages