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

https://github.com/davidteather/tiktokbot

A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
https://github.com/davidteather/tiktokbot

api bot editing ffmpeg hacktoberfest tik tiktok tiktok-api tiktok-compilations tok trending-tiktok-videos unoffical video webscraping

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# TikTok Video Bot

Consider sponoring me [here](https://github.com/sponsors/davidteather)

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](https://github.com/davidteather/TikTok-Api). I will still update this just it will most likely be a few updates behind that other repo.

## Sponsors

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](https://github.com/sponsors/davidteather).



TikTok Captcha Solver


TikTok Captcha Solver: Bypass any TikTok captcha in just two lines of code.
Scale your TikTok automation and get unblocked with SadCaptcha.


## 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](https://www.thewindowsclub.com/how-to-install-ffmpeg-on-windows-10).

You will also have to follow the instructions [here](https://github.com/davidteather/TikTok-Api) for installing the unofficial tiktok-api

Python Requirements
```
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](https://ffmpeg.org/) - The tool used for video editing
* [TikTok-API](https://github.com/davidteather/TikTok-Api) - My own API for TikTok.

## Authors

* **David Teather** - *Initial work* - [davidteather](https://github.com/davidteather)