Skip to content

Sowwyz/TikTok-Username-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TikTok-Rare-Username-Checker

A simple asynchronous tool that checks if a TikTok username is taken or not

About

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.

How to use

  • Python must be installed
  1. 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.

  2. Type pip install aiohttp in cmd

  3. 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.

  4. Make sure you are in the same directory as the folder you downloaded it in. Type python main.py in cmd to run

  5. Once it is done running, available usernames will be saved in hits.txt.