miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.91k stars 724 forks source link

Add integration with Hoarder (self-hostable bookmark-everything app) #2690

Open maxbengtzen opened 5 months ago

maxbengtzen commented 5 months ago

I recently migrated from Shiori to Hoarder for several reasons. In short, Hoarder offers AI tags via a local Ollama API, mobile apps, a functional browser extension, and a polished UI. Iā€™m loving it so far! šŸ˜Š

Hoarder's API/CLI interface interface appears straightforward, with commands for adding new bookmarks. This functionality is sufficient for starring feed items in Miniflux and having them bookmarked in Hoarder, right?

Iā€™d love to see an integration in Hoarder that matches the functionality of integrations available for Shiori, Wallabag, and others.

mathpn commented 2 weeks ago

Hey @maxbengtzen, I am also using Hoarder. I've found this issue and decided to draft an implementation, but then I used a webhook to create a simple integration service.

If you're using Docker compose, it will probably work for you too šŸ˜„:

https://github.com/mathpn/hoarder-miniflux-webhook

The api/v1 route was only added very recently, so you need to use the latest Hoarder release (not stable).