pushbits / server

A simple server for push notifications via Matrix (and a minimalistic alternative to Pushover and Gotify) 🚀📯
https://www.pushbits.io
ISC License
305 stars 18 forks source link

Support Telegram as alternative dispatcher backend #8

Closed eikendev closed 3 years ago

eikendev commented 4 years ago

Some people might prefer Telegram over Matrix as a notification backend. Since Telegram has an extensive API as well, the backend could be made configurable.

poVoq commented 3 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api Is used by Matterbridge and might be suitable.

eikendev commented 3 years ago

Closing for now as Telegram bots currently cannot create chats by themselves.