mzfr / yarr

Modified version of the original yarr(yet another RSS reader)
MIT License
9 stars 1 forks source link

yarr

yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server.

It is written in Go with the frontend in Vue.js. The storage is backed by SQLite.

screenshot

Features

Installation

The latest prebuilt binaries for Linux/MacOS/Windows are available here.

Enable Pocket Support

If you'd like to use the Add to Pocket button on the feeds then you can do so by following the steps mentioned below:

Manual Method

If the you don't wanna run the script you can also get the access_token manually. For that please follow the steps mentioned here

Why maintain a fork when project is active?

The original repository can be found here - https://github.com/nkanaev/yarr

I really loved using this RSS reader because this was simple to run and had all the functionality I was looking for in an RSS reader, except one. That was to share/add the item to your [pocket](https://getpocket.com/ account). And the original author didn't want to introduce any 3rd party dependencies in their version of the application. So I decided to fork it and add that(and maybe a few more) feature to my own fork.

Credits