sokolster / telegram-bot-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Go 90.8%Language:Shell 9.2%