A Python Discord script that can check the availability of a username on Discord from a Wordlist text file.
This tool supports:
- Captcha solving
- Sniping names
- Multi-threading tokens
- Proxies support from Webshare
This tool is not maintained anymore and does not work correctly anymore.
- Download Python3 https://www.python.org/downloads/
- Download or clone the repo.
- Run
pip install -r requirements.txt, the only package needed is requests - Create a
tokens.txtfile which should include a token and a password in the following formattoken:passwordon every line. - Change the
env.txtvariables to your liking, wheretocheckis the name of the list of usernames to check andavailablea text file which will include the available names. - Run
Python namechecker.py
Remember to keep your Discord authentication token private. The usage of this tool is educational. I am not responsible for your usage of this tool and its effects on your account.