IgnisDa / ryot

Roll your own tracker!
https://ryot.io
GNU General Public License v3.0
2k stars 55 forks source link

[FEATURE REQUEST] - Telegram notifications #861

Closed Joery closed 4 months ago

Joery commented 5 months ago

It would be great if Telegram could be setup as a notification platform. I'm aware it would be possible via a platform such as Pushsafer, but then you'll need to make an additional account & have API-call limits.

The easiest implementation would be for users to create their own bot with the "BotFather"-bot on Telegram and providing Ryot with the bot-token & chat/group id. Ryot would need to simply make a HTTP GET-call to the url in the following format:

https://api.telegram.org/botxxx/sendMessage?chat_id=xxx&text=xxx
IgnisDa commented 5 months ago

Seems like a reasonable ask. Will see what I can do.

IgnisDa commented 4 months ago

Released with v6.3.0.

Joery commented 4 months ago

Works like a charm, thank you for the quick implementation.