Skip to content

d3vpy/TTUC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTUC

Check if a TikTok username exist

GitHub issues GitHub release (latest by date) GitHub all releases

Idk why anyone will want to use but you can.

Installation

Due compile issue there is no installation if you anyways want to use follow the steps in the release page.

To run from source

Download source code and Python after that run these commands to start TTUC

pip install TikTokapi 
python -m playwright install
python main.py

Compile

Windows:

compile.bat

or

pip install pyinstaller
pyinstaller --noconfirm --onefile --console --icon "resources/tiktok.ico" --name "TTUC"  "D:/Coding/TikTok username checker/main.py"

FaQ

  • 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

Release History

  • 0.0.1b
    • Issues
      • Compile Issue view more here
    • ❌ GUI
    • ❌ Wordlist support

Meta

d3vpy – @d3vpy[email protected]

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/d3vpy/TTUC

Contributing

  1. Fork it (https://github.com/d3vpy/TTUC/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request