Skip to content

Omicron166/TikTok-OSINT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTokOSINT Tool

TikTok Social Media Open Source Intellegence Tool

Requirements

  • Python 3
  • pip
  • git (optional, just for git installation method)
  • wget (optional, just for zip method)
  • unzip (optional, just for zip method)

Installation

Git method

git clone https://github.com/Omicron166/TikTok-OSINT
cd TikTok-OSINT
pip3 install -r requirements.txt

Zip method

wget https://github.com/Omicron166/TikTok-OSINT/archive/refs/heads/master.zip
unzip master.zip
cd TikTok-OSINT-master
pip3 install -r requirements.txt

Usage

python3 tiktokOSINT.py --username USERNAMEHERE --downloadProfilePic

  • Replace USERNAMEHERE with the username, the @ in the username is optional.

  • --downloadProfilePic tells the tool to download the profile picture. This argument is optional.

Data

TikTok OSINT gives the user lots of meta-data about the user...

  1. Profile Name
  2. Profile Image
  3. Followers
  4. Following
  5. Bio data
  6. Verification Boolean
  7. Fan count
  8. Like count
  9. Video Count
  10. User ID

About

TikTok Open Source Intelligence Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%