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
- Host: GitHub
- URL: https://github.com/davidteather/tiktokbot
- Owner: davidteather
- License: other
- Created: 2019-05-24T23:51:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T00:44:22.000Z (about 1 year ago)
- Last Synced: 2024-08-26T11:48:26.312Z (about 1 year ago)
- Topics: api, bot, editing, ffmpeg, hacktoberfest, tik, tiktok, tiktok-api, tiktok-compilations, tok, trending-tiktok-videos, unoffical, video, webscraping
- Language: Python
- Homepage:
- Size: 147 MB
- Stars: 344
- Watchers: 14
- Forks: 61
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).
## 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)