It is a proxyless tool that checks the availablity of TikTok usernames in blazing fast
speed. It checks if the http request status code is not 200
. If it is, it will automatically assume that the TikTok username is not taken.
This tool can be inaccurate at times because it does not use the TikTok api. It only checks if the username's TikTok url is invalid.
This tool is used for educational purposes only.
- Python must be installed
-
If you dont have python installed, download python 3.7.6 and make sure you click on the 'ADD TO PATH' option during the installation.
-
Type
pip install aiohttp
in cmd -
Add the usernames you want to check in
usernames.txt
. Do not put a lot of usernames because you can get rate limited (because this tool is proxyless). It is recommended to check around 500 usernames then wait 24 hours before you can check again. -
Make sure you are in the same directory as the folder you downloaded it in. Type
python main.py
in cmd to run -
Once it is done running, available usernames will be saved in
hits.txt
.