Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
3.84k stars 198 forks source link

[Feature Request] Notification system for new chapters #986

Closed amau05 closed 1 month ago

amau05 commented 1 month ago

What feature should be added to Suwayomi?

A way to get a notification on our phone when Suwayomi has downloaded a new chapter on a platform like Gotify some people also like it in things like Discord, Telegram, ...

Why/Project's Benefit/Existing Problem

It will let us know there is a new chapter available to read. I already use it on things like Sonarr, Radarr, ... It is really useful, especially if we are too eager to read the next chapter on some webtoon/manga/... .

What do you think?

https://github.com/gotify/server/

Robonau commented 1 month ago

all the needed data is accessible via the suwayomi gql api it shouldn't be too difficult to write an external script to do what you want

Syer10 commented 1 month ago

I would suggest going the script route, it wouldn't be difficult to use a graphql subscription for this.