Skip to content

This script checks the availability of TikTok usernames by parsing the HTML response from TikTok profile pages. It uses concurrent threads to speed up the checking process.

Notifications You must be signed in to change notification settings

CallahanVentures/Tiktok-Username-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Username Availability Checker

This script checks the availability of TikTok usernames by parsing the HTML response from TikTok profile pages. It uses concurrent threads to speed up the checking process.

Requirements

Ensure you have the following Python libraries installed:

  • requests
  • beautifulsoup4

You can install these libraries using pip:

pip install -r requirements.txt

Usage

  • Place your list of usernames in a file named usernames.txt in the same directory as the script.

Run the script:

<python path variable> main.py

Notice

  • Since TikTok doesn't expose data in regards to ban status, a username may appear available using this application if it was banned.

About

This script checks the availability of TikTok usernames by parsing the HTML response from TikTok profile pages. It uses concurrent threads to speed up the checking process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages