Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gianklug/tikflask
- Owner: gianklug
- Created: 2023-04-17T18:17:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T22:07:55.000Z (about 1 year ago)
- Last Synced: 2023-09-10T23:21:02.530Z (about 1 year ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.