Skip to content

mymmrac/echo-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo Bot

Simple example of webhook Telegram bot running in docker with Telego.

The bot will just copy any message sent to it.

Configuration

Provide environment variables (in .evn file for example), see .env.example for reference.

Note: ECHO_BOT_LISTEN_URL env used as health check base URL

Run

docker container run -p "443:443" mymmrac/echo-bot:latest 

Note: To use .env file add --env-file .env