Skip to content

A cli command to send message directly from the bash. Could be used on CI for sending build or deployment updates.

License

Notifications You must be signed in to change notification settings

makasim/telegram-bot-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-bot-cli

A cli command to send message directly from the bash. Could be used on CI for sending build or deployment updates.

TELEGRAM_TOKEN=telegramToken go run main.go -- userIdOrChannelId aMessage 

Set parse mode to HTML to send messages with inline links:

TELEGRAM_TOKEN=telegramToken go run main.go --parse-mode=HTML -- userIdOrChannelId aMessage

About

A cli command to send message directly from the bash. Could be used on CI for sending build or deployment updates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published