@jnymmt/n8n-nodes-miniflux
v0.1.1
Published
n8n node for Miniflux RSS reader
Maintainers
Readme
@jnymmt/n8n-nodes-miniflux
n8n community node for Miniflux RSS reader.
Miniflux is a minimalist and opinionated feed reader.
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
@jnymmt/n8n-nodes-minifluxand agree to the risks - Select Install
Manual Installation
cd ~/.n8n/nodes
npm install @jnymmt/n8n-nodes-minifluxPrerequisites
- Miniflux instance running
- API Token (Settings > API Keys > Create a new API key)
Credentials
| Field | Description | Default |
|-------|-------------|---------|
| Base URL | Miniflux API URL | http://localhost:8080 |
| API Token | X-Auth-Token for authentication | (required) |
Operations
Feeds
- Get Feeds - List all subscribed feeds
- Create Feed - Subscribe to a new feed
- Refresh Feed - Fetch new entries for a specific feed
- Refresh All Feeds - Fetch new entries for all feeds
- Delete Feed - Unsubscribe from a feed
Entries
- Get Entries - List entries with filters (status, feed, category, limit)
- Get Entry - Get a specific entry by ID
- Update Entry Status - Mark entry as read/unread
- Toggle Bookmark - Add/remove entry from bookmarks
Categories
- Get Categories - List all categories
- Create Category - Create a new category
OPML
- Export OPML - Export all feeds as OPML
- Import OPML - Import feeds from OPML
Example Usage
Get Unread Entries
- Add Miniflux node
- Select "Get Entries" operation
- Set Status to "unread"
- Set Limit as needed
Mark Entry as Read
- Add Miniflux node
- Select "Update Entry Status" operation
- Set Entry ID
- Set Status to "read"
Links
License
MIT
