This script is a discord username checker for Discord that features proxy support and efficient batch processing. It reads usernames from a text file, validates their availability against Discord's API, and provides formatted output.
💬 Discord
·
📜 ChangeLog
·
- 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
- Checks Discord usernames availability quickly
- Supports both proxy and proxyless modes
- Logs results with different status (Available, Taken)
- Efficient rate limit handling
- Saves results to separate files
- Prepare a file named
usernames.txt
with usernames to check, one per line - (Optional) Prepare a file named
proxies.txt
with proxies, one per line - Configure the settings in
config.yml
- Run the script:
python main.py
- This tool is for educational purposes only
- I am not responsible for any misuse or for any Discord API restrictions that may occur
- Use at your own risk and respect Discord's Terms of Service
v0.0.1 ⋮ 09/12/2023
! Initial release