Tiktok Downloader bot
470
A ready-to-run, containerized TikTok downloader bot built with Python. No source code required just run with Docker and your own API credentials.
rendyprojects/x-tiktok-botโ 1.5-betaYou 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
.envtouch .env
Inside .env:
API_ID=123456
API_HASH=abcd1234efgh5678
BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
SUPPORT_CHANNEL=https://t.me/YourSupportChannel
docker run --env-file .env rendyprojects/x-tiktok-bot:1.5-beta
This will run:
python3 server.py & python3 main.py
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
.env and Docker installed.Join the Telegram channel for updates: @RendyProjectsโ
Content type
Image
Digest
sha256:9e6f13d94โฆ
Size
302.8 MB
Last updated
over 1 year ago
docker pull rendyprojects/x-tiktok-bot