/TikTokBot

A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg

Primary LanguagePython

TikTok Video Bot

This project downloads the trending tiktok videos and compiles them into a video.

Note follow the installation instructions for the used api TikTok-API.

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Installing and Prerequisites

You need to have ffmpeg installed and in your path variable, tutorial here. Also, make sure you have in the directory of tiktokbot.py folders called output and downloaded.

You will also have to follow the instructions here for installing the unofficial tiktok-api

Python Requirements

pip install requests
pip install TikTokApi

or you can do

pip install -r requirements.txt

Running the bot

It's really simple, go to the directory and execute the following command

python tiktokbot.py

Built With

  • FFmpeg - The tool used for video editing

Authors