/TikTokTool

TikTok trend analysis tool

Primary LanguagePythonMIT LicenseMIT

⚠️ This project is no longer under development. ⚠️

API deprecated, this script won't be available anymore.


TikTokTool 🛠️

A simple Python script for TikTok trend analysis 🔥 🐍

Requirements 📄

  • Python 3.6+
  • pip

Installation ⚙️

py -m pip install tiktok-bot
py -m pip install colorama

python3 -m pip install tiktok-bot
python3 -m pip install colorama

Run 🏃

Setup script (editable values) 🔧

POST_TO_FETCH = 5  # Number of posts to fetch
PLAYS_MIN = 500000 # Minimum number of plays per post
LIKE_MIN = 200000 # Minimum number of likes per post
SHARE_MIN = 2000 # Minimum number of shares per post

Start script 🚀

python3 TikTokTool.py
py TikTokTool.py

LICENSE ©️

LICENSE