Skip to content

a simple python application that generates random discord usernames and checks their availability

License

Notifications You must be signed in to change notification settings

antilagg/discord-name-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord nick checker

this simple script generates random Discord usernames and checks if they are available.

lib

  • httpx
  • PyYAML
  • pyopenssl
  • extvip

installation

  1. to install the required libraries:

    pip install -r requirements.txt
  2. run the sc:

    python main.py

cfg

the script will prompt for the following information:

  • Prefix
  • Username length
  • Numbers and special characters
  • Residential proxy information
  • Webhook URL (optional)

notes

  • Residential proxy usage is required.
  • Do not delete the used.txt file; it contains the usernames I've already checked to avoid generating them again.