mirror of
https://github.com/EchoZenith/TelegramContactBot.git
synced 2026-02-09 09:55:21 +00:00
- Add bot.py with core Telegram Contact Bot logic - Add Dockerfile and docker-compose for containerization - Add requirements.txt for dependency management - Add .env.example for environment configuration
3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
BOT_TOKEN=your_token_here
|
|
ADMIN_ID=your_chat_id_here
|