There is no official TikTok API. Thus i have created simple website that can processed any input username public TikTok profile provided overview and video analytics for that profilethat allows users download the data in JSON/CSV/EXCEL.
- Python 3.12
- Flask
- Playwright, yt-dlp
- HTML/CSS/JavaScript
- Docker
-
Run locally
Open your terminal or command prompt and run the following command:git clone https://github.com/SANNNNN-123/TikTok_Downloader.git cd path/TikTok_Downloader python -m venv myenv source myenv/bin/activate # On Windows: myenv\Scripts\activate pip install -r requirements.txt playwright install python app.py
-
Run via Docker
git clone https://github.com/SANNNNN-123/TikTok_Downloader.git cd path/TikTok_Downloader docker build -t TikTok_Downloader . docker run -d -p 5000:5000 TikTok_Downloader