Consider sponoring me here
This project downloads the trending tiktok videos and compiles them into a video.
NOTE: VERY OUT OF DATE if you want submit a PR to update the code using TikTokApi's new versions
NOTE This project will most likely be behind my TikTok-API. Adapt that to use FFMpeg if you want a better experience TikTok-API. I will still update this just it will most likely be a few updates behind that other repo.
These sponsors have paid to be placed here and beyond that I do not have any affiliation with them, the TikTokBot and TikTokAPI package will always be free and open-source. If you wish to be a sponsor of this project check out my GitHub sponsors page.
These instructions will get you a copy of the project up and running on your local machine.
You need to have ffmpeg installed and in your path variable, tutorial here.
You will also have to follow the instructions here for installing the unofficial tiktok-api
Python Requirements
pip install TikTokApi
or you can do
pip install -r requirements.txt
It's really simple, go to the directory and execute the following command
python tiktokbot.py
- FFmpeg - The tool used for video editing
- TikTok-API - My own API for TikTok.
- David Teather - Initial work - davidteather