All Projects → claudiobosetti → TikTokTool

claudiobosetti / TikTokTool

Licence: MIT license
TikTok trend analysis tool

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TikTokTool

TikTokAPI-Python
TikTok API Python Wrapper
Stars: ✭ 285 (+819.35%)
Mutual labels:  tiktok, tiktok-scraper, tiktok-api, tiktok-bot, tiktok-python
Tiktok-API-Python
TIKTOK API IN PYTHON , GET TRENDING VIDEO, GET VIDEO BY CHALLENGE, GET VIDEO BY MUSIC, GET VIDEO BY USER, DOWNLOAD VIDEO NO WATERMARK
Stars: ✭ 70 (+125.81%)
Mutual labels:  tiktok, tiktok-scraper, tiktok-api, tiktok-python
tiktik
📱🥴 TikTok terminal client for browsing & downloading videos
Stars: ✭ 68 (+119.35%)
Mutual labels:  tiktok, tiktok-scraper, tiktok-api
tiktok-downloader
Download TikTok Video Watermark
Stars: ✭ 20 (-35.48%)
Mutual labels:  tiktok, tiktok-scraper, tiktok-api
TikTokBot
Bot save videos from instagram and then post them to Tik-Tok
Stars: ✭ 21 (-32.26%)
Mutual labels:  tiktok, tiktok-scraper
social-post-api
Social Media API: Automate Posting and Analytics to Social Networks like Instagram, TikTok, Twitter, Facebook, LinkedIn, Reddit, YouTube, and Telegram
Stars: ✭ 38 (+22.58%)
Mutual labels:  tiktok, tiktok-api
tiktok-autoviews
Get unlimited Tik Tok views.
Stars: ✭ 90 (+190.32%)
Mutual labels:  tiktok, tiktok-bot
ProxiTok
Open source alternative frontend for TikTok made using PHP
Stars: ✭ 256 (+725.81%)
Mutual labels:  tiktok, tiktok-scraper
tiktok-scraper-php
Tiktok (Musically) PHP scraper
Stars: ✭ 65 (+109.68%)
Mutual labels:  tiktok, tiktok-scraper
TikTok
Download public videos on TikTok using Python with Selenium
Stars: ✭ 37 (+19.35%)
Mutual labels:  tiktok, tiktok-api
tiktok-gorgon-bridge
Express server with a Frida bridge to sign TikTok API requests
Stars: ✭ 83 (+167.74%)
Mutual labels:  tiktok, tiktok-api
TikTok-FLP
Tik Tok FLP is a Perfect CPA landing page coded in HTML, PHP, JS, and CSS, provided free of charge by Re-skinning Group
Stars: ✭ 37 (+19.35%)
Mutual labels:  tiktok, tiktok-scraper
a-soul
Full-featured social media monitor that extracts data from a variety of services and pushes updates to Telegram or other platforms
Stars: ✭ 39 (+25.81%)
Mutual labels:  tiktok
Musically-API
TikTok Reverse Engineered Private API (Previously Musically App)
Stars: ✭ 22 (-29.03%)
Mutual labels:  tiktok
Unicorn
Tweak for TikTok 🦄
Stars: ✭ 59 (+90.32%)
Mutual labels:  tiktok
Androidcamera
🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video editor,audio editor,video face recognition stickers, segment recording,video cropping, video frame processing, get the first video frame, key frame, v…
Stars: ✭ 2,112 (+6712.9%)
Mutual labels:  tiktok
tiktok-downloader
Tiktok Downloader/Scraper using requests & bs4
Stars: ✭ 47 (+51.61%)
Mutual labels:  tiktok
VKRdownloader
Vkrdownloader: All in one Video Downloader - Download videos from facebook twitter youtube tiktok and 1000+ other sites . YouTube downloader , facebook downloader . made by Vijay Kumar
Stars: ✭ 25 (-19.35%)
Mutual labels:  tiktok
douyin-go
抖音SDK
Stars: ✭ 73 (+135.48%)
Mutual labels:  tiktok
Clone Wars
100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.
Stars: ✭ 12,604 (+40558.06%)
Mutual labels:  tiktok

⚠️ 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].