Sign inSign up

rendyprojects/x-string-bot

By rendyprojects

โ€ขUpdated over 1 year ago

String session pyrogram & Telethon Bot

Image
Security
Languages & frameworks
Web servers
0

311

rendyprojects/x-string-bot repository overview

โ ๐Ÿ“ฆ Session Bot (Dockerized)

A ready-to-run, containerized Session 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

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

Inside .env:

API_ID=123456
API_HASH=abcd1234efgh5678
BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11

โ 2. Run the Bot
docker run --env-file .env rendyprojects/x-string-bot:latest

โ ๐Ÿ” 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:a34b32788โ€ฆ

Size

304.2 MB

Last updated

over 1 year ago

docker pull rendyprojects/x-string-bot