Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 448 Bytes

File metadata and controls

8 lines (5 loc) · 448 Bytes

tikflask

Small flask application that scrapes TikTok without any authentication to get the latest videos of an account and displays them nicely. Also, a download possibility by using snaptik.io exists.

How to use

Set the TIKTOK_USER environment variable, install the dependencies with pip3 install -r requirements.txt and run the page with python3 main.py.

For productive use, utilize the provided Dockerfile.