TikTokDownloaderBot

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

Hello ❤️🇱🇰

Let’s connect!

Heroku Deployment

Deploy

Local

$ git clone https://github.com/rioprojectx/tiktokdownloaderbot
$ python3 -m venv venv
$ (venv) pip install -r requirements.txt
$ (venv) echo "API_TOKEN=foo:bar" >> .env
$ (venv) export $(cat .env)
$ (venv) python main.py

Docker

$ docker build -t teletok .
$ docker run -e "API_TOKEN=foo:bar" teletok

Support & Updates 🎑

Copyright & License 👮

  • Copyright (c) 2021
  • Licensed under the terms of the MIT License

TikTokDownloaderBot is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the MIT License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Made with ♥️ by Rio

GitHub

View Github