fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.35k stars 344 forks source link

Question: Any desktop RSS clients working with Selfoss (API?) #1168

Open TobiasDev opened 4 years ago

TobiasDev commented 4 years ago

Are there any Windows and Linux desktop RSS readers that work with Selfoss? Either any official ones or ones where I can connect through an API (like fever).

I'm going to be honest. I'm only asking this since I have noticed I am a lot better at focusing and actully reading the articles when I'm not in a browser.

jtojnar commented 4 years ago

We have a third-party Fever API bridge but I am not aware of any desktop clients that support Fever API or selfoss directly. I am working on FeedReader support for selfoss.

TobiasDev commented 4 years ago

Good question actually. Not sure if there are any fever ones. However FeedReader support would be awesome!

jtojnar commented 4 years ago

Turns out FeedReader is no longer maintained so I will not continue working on the selfoss back-end for it. I will need to look at its successor NewsFlash.

TobiasDev commented 4 years ago

Hmm. True. I completely missed that as well.

akash07k commented 4 years ago

is newsflash available for windows too?

On 2/5/20, Tobias Johansson notifications@github.com wrote:

Hmm. True. I completely missed that as well.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/SSilence/selfoss/issues/1168#issuecomment-582427920

akash07k commented 4 years ago

As much as I've verified, it isn't available for windows sadly

On 2/5/20, Akash Kakkar akash.galaxy07@gmail.com wrote:

is newsflash available for windows too?

On 2/5/20, Tobias Johansson notifications@github.com wrote:

Hmm. True. I completely missed that as well.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/SSilence/selfoss/issues/1168#issuecomment-582427920

martinrotter commented 3 years ago

@Hello guys.

I am developer of RSS Guard - oss, x-platform, RSS reader with multi account support. It is available for Linux, Windows and Mac OS. I would like to add support for your reader!!!

So does it support Fever API? Is there any fever-api-related documentation? Do I need to somehow install fever API?

RSS Guard offers well-defined C++ API for writing service plugins, so in case some other folks are interested, cooperation is possible.

jtojnar commented 3 years ago

@martinrotter There is a third-party Fever API bridge that can be installed alongside selfoss. The Fever API is documented here but I am not sure how compliant the bridge is.

Otherwise, we have our native API documented here: https://app.swaggerhub.com/apis/jtojnar/selfoss/

martinrotter commented 3 years ago

@jtojnar Yes, I went through it and I must say several things:

jtojnar commented 3 years ago