Sign inSign up

rendyprojects/x-tiktok-bot

By rendyprojects

โ€ขUpdated over 1 year ago

Tiktok Downloader bot

Image
Networking
Languages & frameworks
Developer tools
0

470

rendyprojects/x-tiktok-bot repository overview

โ ๐Ÿ“ฆ TikTok Downloader Bot (Dockerized)

A ready-to-run, containerized TikTok downloader bot built with Python. No source code required just run with Docker and your own API credentials.


โ Image Info

โ โš™๏ธ Requirements

You need the following environment variables (can be loaded via .env):

API_ID=your_api_id
API_HASH=your_api_hash
BOT_TOKEN=your_bot_token
SUPPORT_CHANNEL=https://t.me/YourSupportChannel

โ ๐Ÿ› ๏ธ How to Use
โ 1. Create .env
touch .env

Inside .env:

API_ID=123456
API_HASH=abcd1234efgh5678
BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
SUPPORT_CHANNEL=https://t.me/YourSupportChannel

โ 2. Run the Bot
docker run --env-file .env rendyprojects/x-tiktok-bot:1.5-beta

This will run:

python3 server.py & python3 main.py

โ ๐Ÿงฉ Optional

Want to run only main.py?

Use this instead:

ENTRYPOINT ["python3", "main.py"]

Or override the entrypoint at runtime:

docker run --env-file .env --entrypoint python3 rendyprojects/x-tiktok-bot:1.5-beta main.py

โ ๐Ÿ” Notes
  • Source code is not included in the image.
  • Built to run headlessly with only .env and Docker installed.
  • Uses Pyrogram or similar Telegram framework under the hood.

โ โค๏ธ Support & Feedback

Join the Telegram channel for updates: @RendyProjectsโ 

Tag summary

Content type

Image

Digest

sha256:9e6f13d94โ€ฆ

Size

302.8 MB

Last updated

over 1 year ago

docker pull rendyprojects/x-tiktok-bot