- 🚀 Blazing Fast: Engineered with
curl_cffifor high-performance, async HTTP requests that mimic browser fingerprints. - 🧠 Smart Generators:
- Random:
xc._ - Dictionary: Cool Adjective + Noun combinations.
- Leet Speak:
v1p3rstyle transformations. - Remote: Fetch wordlists dynamically.
- Random:
- ⏱️ Intelligent Rate Limiting: Global backoff handling that respects Discord's API limits automatically.
- 🔄 Proxy Rotation: Just drop a
proxies.txtfile and let CheckCord handle the rotation. - 🔔 Webhook Notifications: Get notified instantly via Discord webhooks when a username is found.
git clone https://github.com/Xsyncio/checkcord.git
cd checkcord
pip install -e .Simply run the tool to enter the interactive mode:
checkcordGenerate & Check:
# Generate 50 usernames of length 4
checkcord generate --count 50 --length 4Check from File:
# Check validity of a list of usernames
checkcord check --file my_usernames.txtCheckCord automatically generates a config.json on first run.
{
"token": "YOUR_USER_TOKEN",
"webhook_url": "YOUR_WEBHOOK_URL",
"thread_count": 5,
"retry_delay": 2.5
}Warning
Use at your own risk. Automating user accounts may violate Discord Terms of Service.
| Command | Description |
|---|---|
pytest |
Run the test suite |
basedpyright |
Run strict type checking |
Built with ❤️ by Xsyncio
