Skip to content

Fast and efficient Discord username checker with proxy support. Check username availability in bulk using Discord's API.

License

Notifications You must be signed in to change notification settings

sexfrance/Discord-Username-Generator-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Username Checker

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 · ⚠️ 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

  • 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

📝 Usage

  • 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

❗ Disclaimers

  • 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

📜 ChangeLog

v0.0.1 ⋮ 09/12/2023
! Initial release