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