Use this to check availability of TikTok usernames.
The program will create two txt files.
It will then close since if one hasn’t added any names.
Add usernames to be checked in Usernames.txt (Each username on its own line).
Run the program again.
It will print out all the taken and non taken usernames in console.
The program will also save the available usernames in Available.txt.
BEWARE! SOME BANNED, DEV, OR SPECIAL CHARACTER USERNAMES SUCH AS ';Dew3' MAY SAY NOT TAKEN!
USERNAMES GREATER THAN 24 CHARACTERS ARE NOT CHECKED AS THEY ARE OUT OF TIKTOK’S USERNAME CHARACTER REQUIREMENTS!
This program was written in python 3.9.0
After installing TikTokApi the console may alert another package is required. Install it.
The program utilizes the TikTokApi package by David Teather:
pip3 install TikTokApi
Educational purposes only.
I am not responsible for any illegal use.