Skip to content
/ botsend Public

A small docker image for sending telegram notification via bot.

License

Notifications You must be signed in to change notification settings

rwlist/botsend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

botsend

A small docker image for sending telegram notification via bot.

Usage

docker run \
    -e BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 \
    -e CHAT=12345678 \
    botsend \
    "your message"

If you want send messages to yourself, you can obtain your chat_id using info bot:

https://t.me/userinfobot

About

A small docker image for sending telegram notification via bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published