captaincolonelfox / TeleTok

Telegram bot to download TikTok videos
https://t.me/TeleTockerBot
MIT License
48 stars 48 forks source link
aiogram bot telegram telegram-bot tiktok

TeleTok

TeleTok: Telegram bot for TikTok

Description

This bot will send you a video from a TikTok. Pretty simple.

Just share a link to the chat (no need to mention the bot)

Thanks to

Built on top of aiogram

Installation

Env

(REQUIRED)

(OPTIONAL)

Local

$ python3 -m venv venv
$ (venv) pip install -r requirements.txt
$ (venv) echo "API_TOKEN=foo:bar" >> .env
$ (venv) export $(cat .env)
$ (venv) python app

Docker

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

Docker Compose

$ echo "API_TOKEN=foo:bar" >> .env
$ docker compose up -d --build

License

MIT