A TikTok scraper that collects video metadata including username, video url, comments, likes, views, shared counts, hashtags, and more.
You have to have chrome installed!
- Clone the repository:
git clone https://github.com/s-simsek/TikTokScraper.git
- Navigate to the project directory:
cd TikTokScraper
- Create a virtual environment and download the required dependencies:
virtualenv venv source venv/bin/activate pip3 install -r requirements.txt
- run the app
python3 src/scraper.py
Or, with Docker:
- Pull the Docker image
docker pull safaksimsek/finesse-scrapper-app
- Run the Docker container:
docker run -p 8000:8000 finesse-scrapper-app