Skip to content

A TikTok scraper that collects video metadata including username, video url, comments, likes, views, shared counts, hashtags, and more.

Notifications You must be signed in to change notification settings

s-simsek/TikTokScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Scraper

A TikTok scraper that collects video metadata including username, video url, comments, likes, views, shared counts, hashtags, and more.

Installation

You have to have chrome installed!

  1. Clone the repository:
    git clone https://github.com/s-simsek/TikTokScraper.git
  2. Navigate to the project directory:
    cd TikTokScraper
  3. Create a virtual environment and download the required dependencies:
    virtualenv venv
    source venv/bin/activate 
    pip3 install -r requirements.txt
  4. run the app
    python3 src/scraper.py

Or, with Docker:

  1. Pull the Docker image
    docker pull safaksimsek/finesse-scrapper-app
  2. Run the Docker container:
     docker run -p 8000:8000 finesse-scrapper-app

About

A TikTok scraper that collects video metadata including username, video url, comments, likes, views, shared counts, hashtags, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published