gotify / contrib

A list of community contributions.
MIT License
95 stars 38 forks source link

Subscribe to RSS feeds #2

Open HeaDBanGer84 opened 5 years ago

HeaDBanGer84 commented 5 years ago

It would be nice to have the possibility to check RSS/Atom-Feeds as a Notification Source. This would enable a lot of other message-source without changing a single line of code.

jmattheis commented 5 years ago

Hey @HeaDBanGer84, thanks for your issue!

I dunno if this functionality should be integrated into Gotify. With some programming knowledge it should be pretty easy to use a existing rss reader library and then push notifications to Gotify on new rss-entries.

I want Gotify to be as simple as possible, adding features like this increases the code complextity and possible bugs. Maybe #51 could help with it, but I'm still unsure how to implement such a plugin api.

Let's wait till more users want this feature to decide whether to implement it or not.

buckket commented 5 years ago

Just finished archsec, a plugin which polls a specific Atom feed and generates messages when a new entry is found. It can easily be modified to watch any other feed. With a little bit of effort one might even use it as a base for a general purpose feed plugin which monitors many feeds at once.