Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sexfrance/characterai-account-creator
A tool designed to automate the creation of accounts for Character.AI, featuring email verification, proxy support, captcha bypassing and threading.
https://github.com/sexfrance/characterai-account-creator
account-creator account-gen ai android-api c-ai c-ai-account-gen cai cai-account-creator captcha-bypass character-ai character-ai-creator characterai characterai-api gen python
Last synced: 18 days ago
JSON representation
A tool designed to automate the creation of accounts for Character.AI, featuring email verification, proxy support, captcha bypassing and threading.
- Host: GitHub
- URL: https://github.com/sexfrance/characterai-account-creator
- Owner: sexfrance
- License: mit
- Created: 2024-12-28T02:45:59.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-28T02:50:02.000Z (24 days ago)
- Last Synced: 2024-12-28T03:26:33.977Z (24 days ago)
- Topics: account-creator, account-gen, ai, android-api, c-ai, c-ai-account-gen, cai, cai-account-creator, captcha-bypass, character-ai, character-ai-creator, characterai, characterai-api, gen, python
- Language: Python
- Homepage: https://discord.cyberious.xyz
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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**:
```bash
python main.py
```3. **Output**:
- All created accounts are saved in `output/accounts.txt`.---
### ๐น Preview
![Preview](https://i.imgur.com/AgOxIQI.gif)
---
### โ 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
```diff
v0.0.1 โฎ 12/26/2024
! Initial release with Character.AI account generation functionality.
```