Check if a TikTok username exist
Idk why anyone will want to use but you can.
Due compile issue there is no installation if you anyways want to use follow the steps in the release page.
Download source code and Python after that run these commands to start TTUC
pip install TikTokapi
python -m playwright install
python main.py
Windows:
compile.bat
or
pip install pyinstaller
pyinstaller --noconfirm --onefile --console --icon "resources/tiktok.ico" --name "TTUC" "D:/Coding/TikTok username checker/main.py"
- Can i get ratelimited?
- Maybe you can get ratelimited if you create to much requests to the TikTok page. So dont forget to set your checking limit!
- Is this code a virus, keylogger or something similar?
- No, check the code and see it is not a virus and compile yourself
- 0.0.1b
- Issues
- Compile Issue view more here
- ❌ GUI
- ❌ Wordlist support
- Issues
d3vpy – @d3vpy – [email protected]
Distributed under the XYZ license. See LICENSE
for more information.
- Fork it (https://github.com/d3vpy/TTUC/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request