Send a message with Telegram's bot API (for cronjobs and related)
.gitignore | ||
build.sh | ||
go.mod | ||
go.sum | ||
main.go | ||
readme.md | ||
upload.sh |
telegram-bot-send-message
Get token from @BotFather. Get chat id with a bot like @getmy_idbot.
Run
TELEGRAM_BOT_TOKEN=replace_with_token TELEGRAM_CHAT_ID=replace_with_chat_id telegram-bot-send-message "I hate computers."