Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Miniflux API support #2859

Closed
jinyuzu99 opened this issue Mar 8, 2021 · 12 comments
Closed

Add Miniflux API support #2859

jinyuzu99 opened this issue Mar 8, 2021 · 12 comments

Comments

@jinyuzu99
Copy link

https://miniflux.app/docs/api.html

@dumprop
Copy link

dumprop commented Mar 9, 2021

Look like duplicate #76

@jinyuzu99
Copy link
Author

MIniflux API is different than the Fever API

@dumprop
Copy link

dumprop commented Mar 12, 2021

Why MIniflux API is better than Fever API?

@doamatto
Copy link

doamatto commented Jun 24, 2021

Why MIniflux API is better than Fever API?

The main difference would be that the Miniflux API is still supported, where as (afaik) Fever is not. Based on how with Fever the devs favour services with their own APIs (mostly to reduce the capabilities of deployment errors), this may be a better suit than the Fever alternative. Ideally, both should be added; but, in the case of Miniflux, either or will work, the latter providing more support for other services (Fever, that is)

@doamatto
Copy link

doamatto commented Jun 24, 2021

I looked inside Miniflux earlier today and noticed that they (Miniflux) are currently working on adding Greader support (added to NNW in #766). When that merges, it may be the easiest way to integrate Miniflux in, apart from the official APIs.

Edit: here's the PR to watch miniflux/v2#1115

@doamatto
Copy link

doamatto commented Jan 8, 2022

miniflux/v2#1115 was recently merged (woo!) meaning Greader support will be available in the next release and is currently available for those building from source using the master branch. Adding support soon in a similar fashion to FreshRSS would be the next and final step to bringing Miniflux to NNW, touch wood.

@boggydigital
Copy link

boggydigital commented Jan 22, 2022

As @doamatto noted Google Reader API has landed and seems to be working great with NetNewsWire. For curious folks here is how to set it up:

  • Go to your miniflux instance (let's say http://192.168.1.1:1234/ and open Settings, observe new Google Reader section
  • Check Activate Google Reader API, add Username and Password and click Update
  • Open NetNewsWire > Preferences... > Accounts > + > select FreshRSS under Self-hosted > Continue
  • Set Login: to Username, Password: to Password you've used when activating Google Reader API in Miniflux and use your instance URL (e.g. http://192.168.1.1:1234/) as API URL:, click Create
  • You'll find yourself back in the Accounts dialog, feel free to add Name so that it shows nicely in the sidebar

You should be all set!

@schwantuschke
Copy link

If you don't need a port use the API URL: https://feeds.example.com
Without / at the end.

@vincode-io
Copy link
Member

We might want to add a Miniflux account maintenance option separate from the FreshRSS one to help users know that we can use Miniflux as long as they have the Google Reader API support. This is probably dependent on resolving #3512.

@vincode-io
Copy link
Member

Duplicate of #76

@vincode-io vincode-io closed this as not planned Won't fix, can't repro, duplicate, stale Jun 9, 2022
@simpzan
Copy link

simpzan commented Oct 1, 2023

As @doamatto noted Google Reader API has landed and seems to be working great with NetNewsWire. For curious folks here is how to set it up:

  • Go to your miniflux instance (let's say http://192.168.1.1:1234/ and open Settings, observe new Google Reader section
  • Check Activate Google Reader API, add Username and Password and click Update
  • Open NetNewsWire > Preferences... > Accounts > + > select FreshRSS under Self-hosted > Continue
  • Set Login: to Username, Password: to Password you've used when activating Google Reader API in Miniflux and use your instance URL (e.g. http://192.168.1.1:1234/) as API URL:, click Create
  • You'll find yourself back in the Accounts dialog, feel free to add Name so that it shows nicely in the sidebar

You should be all set!

In API URL field, it should be http://192.168.1.1:1234. there should be no trailing slash. otherwise adding account will fail with error 'Method not allowed'.

@juju4
Copy link

juju4 commented Jan 26, 2025

Currently works following https://miniflux.app/docs/google_reader.html
Connect to server and retrieve feeds list with folders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants