zmoog / ifq-buddy

A Slack bot to handle the download of IFQ issues
MIT License
0 stars 1 forks source link

Send a Telegram message when a new IFQ is uploaded #7

Open 24mu13 opened 4 years ago

24mu13 commented 4 years ago

Would be nice to send a message (using Telegram bot) when a new IFQ is available. In general, with another specific story/issue, we could abstract using different provider (i.e. Slack)

zmoog commented 4 years ago

I've created a Telegram bot to send notifications for another personal project, Hogwarts (yet another bot that scrapes the registro elettronico website to get the latest grades for my kids ^^).

In this project I've create a dead simple TelegramNotifier class that it's used to post a simple message to a group.

zmoog commented 4 years ago

Ping me if you want some help in adding it to this project.