Skip to content

x2ayy/Discord-Username-Characters-Checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Discord Username Checker

On the lookout to find rare, or unique usernames? This username checker can generate random usernames and check them to see if they are avaliable!

You can use this to find any possible 2 letter usernames

Authors

WARNING

Spamming Discords API is against TOS and can lead to your account being suspended or banned, please use an alt when doing this! I am not responsible for any damage casued by the end user

Usage/Examples

REQUEST_HEADERS = {
    "Content-Type": "Application/json",
    "Orgin": "https://discord.com/",
    "Authorization":"TOKEN-HERE"
}

You need to make sure you put your token in or you will not have access to check for usernames

For Windows

pip install -r requirments.txt
python checker.py

For linux

pip3 install -r requirments.txt
python3 checker.py

Support

Please watch the tutorial here

About

Find rare 2 & 3 character usernames on discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%