Rewrite Miniflux plugin to use requests, add filter and bookmark tools

Drop the miniflux pip client in favour of requests (already in the
container). Add update_feed_filters (keeplist/blocklist regex),
toggle_bookmark, get_entry (full content), and category filtering.
Remove the pip install step from Ansible.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Louis Simoneau
2026-04-10 16:45:46 +10:00
parent 9b83d56932
commit 66b0588f52
5 changed files with 209 additions and 25 deletions

View File

@@ -1,6 +1,10 @@
name: miniflux
version: 1.0.0
description: Read feeds and entries from the local Miniflux RSS reader
version: 2.0.0
description: Read and manage feeds and entries from the local Miniflux RSS reader
provides_tools:
- list_feeds
- get_unread_entries
- get_entry
- toggle_bookmark
- update_feed_filters
- mark_as_read