stumpapp / stump

A free and open source comics, manga and digital book server with OPDS support (WIP)
https://stumpapp.dev
MIT License
863 stars 34 forks source link

🚧 Add integrations crate #175

Closed LRotenberger closed 9 months ago

LRotenberger commented 9 months ago

Started the development work towards getting various notification integrations (e.g. Discord, Telegram, etc) possible throughout Stump.

I’ve added a new integrations crate that houses all of the notifier logic. I nested all notification-related clients in that sub crate so the integrations crate can eventually be extended to support non-notification centered things (e.g Google books API, see the shell file I started just for experimenting).