Live data from Hacker News

Easy Notifications from Bash Scripts

cmaster11.medium.com

1–2 of 2 posts

Re: Easy Notifications from Bash Scripts

#2
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...