This Telegram bot is alternative to GitHub watch function. It is checking for new releases in your pre-defined list of GitHub repositories.
The service is build using Scala, ZIO 2, Doobie, Http4s, circe, canoe.
Originally it was created for this blog post, but the blog post is not updated to ZIO 2.
There are several things left todo:
- Try replacing
canoe
with different Telegram API wrapper - Use proper logging
- ???