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.
Ensure you have the following Python libraries installed:
requests
beautifulsoup4
You can install these libraries using pip:
pip install -r requirements.txt
- 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
- Since TikTok doesn't expose data in regards to ban status, a username may appear available using this application if it was banned.