String session pyrogram & Telethon Bot
311
A ready-to-run, containerized Session bot built with Python. No source code required just run with Docker and your own API credentials.
rendyprojects/x-string-botโ latestYou 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
.envtouch .env
Inside .env:
API_ID=123456
API_HASH=abcd1234efgh5678
BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
docker run --env-file .env rendyprojects/x-string-bot:latest
.env and Docker installed.Join the Telegram channel for updates: @RendyProjectsโ
Content type
Image
Digest
sha256:a34b32788โฆ
Size
304.2 MB
Last updated
over 1 year ago
docker pull rendyprojects/x-string-bot