contrib icon indicating copy to clipboard operation
contrib copied to clipboard

Subscribe to RSS feeds

Open HeaDBanGer84 opened this issue 6 years ago • 3 comments

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.

HeaDBanGer84 avatar Dec 13 '18 08:12 HeaDBanGer84

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.

jmattheis avatar Dec 22 '18 16:12 jmattheis

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.

buckket avatar May 04 '19 23:05 buckket