Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.09 KB

TikTok Analytics

Description

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.

Technologies Used

  • Python 3.12
  • Flask
  • Playwright, yt-dlp
  • HTML/CSS/JavaScript
  • Docker

Installation

Clone the Repository and Run Locally

  1. 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
    
  2. 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
    

Demo

demoWebsite.mp4