Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.
```