Hacker News new | ask | show | jobs
Easy Notifications from Bash Scripts (cmaster11.medium.com)
3 points by cmaster11 2043 days ago
1 comments

You can also achieve very similar result by using Telegram bot API.

Here is more general implementation supporting sending messages from scripts - [1]

But you really just need a wget to call Telegram endpoint once you have a chat id.

[1] - https://github.com/topkecleon/telegram-bot-bash#can-i-send-m...