Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gianklug/tikflask

Flask app to view and download TikTok videos
https://github.com/gianklug/tikflask

Last synced: 7 days ago
JSON representation

Flask app to view and download TikTok videos

Awesome Lists containing this project

README

        

# 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](http://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`.