Skip to content

antilagg/discord-name-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord nick checker

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

lib

  • requests
  • 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.

Releases

No releases published

Packages

No packages published

Languages