fasheng / elfeed-protocol

Provide extra protocols to make like Fever, NewsBlur, Nextcloud/ownCloud News and Tiny Tiny RSS work with elfeed
GNU General Public License v3.0
100 stars 18 forks source link

[Feature Request] - Support the Fever API #20

Closed mtreca closed 4 years ago

mtreca commented 4 years ago

First of all, thanks a lot for this package, it works very well with my current tt-rss setup.

I am considering switching to miniflux which uses the fever API to sync articles. Other readers such as FreshRSS (and probably many more) also use it.

Now I have very limited knowledge in both Elisp and RSS so it is hard to estimate the amount of work this would take, but that would definitely be a great feature to have since it would allow elfeed to sync with a lot of feed readers through a standard-ish API.

fasheng commented 4 years ago

Fine, I'd like to implement it after Chinese New Year :)

mtreca commented 4 years ago

Awesome. Happy new year to you in advance!

fasheng commented 4 years ago

Hi, fever protocol existed in latest elfeed-protocol 0.7.2, please have a try and reopen the issue if any problem occurs ;)

Here is example config, enjoy!

(setq elfeed-feeds (list
                    (list "fever+https://user@myhost.com"
                          :api-url "https://myhost.com/plugins/fever/"
                          :password "password/with|special@characters:"
                          :autotags '(("example.com" comic)))))
mtreca commented 4 years ago

@fasheng, I just tried the Fever integration and it works absolutely flawlessly with miniflux. Thanks a lot, this is awesome!