A small middleware between RSS feed sources and RSS readers to:
- Save RSS content locally (with rusqlite) for further use
- Integrate with other content processing services (working in progress)
- Integrate with push services (currently only Finb/Bark is supported, more will be added later)
- Integrate with reader apps (currently implemented a subset of Fever API; tested with ReadKit)
Currently, updates are only triggered by external requests, so it is better to this tool with RSS bots:
Todo:
- Redirect handling
- Database migrations
- Groups (and maybe GUI for this)
- Presets (proxy, content processing, ...)
- Try to get rid of massive idna / icu dependencies
- Decompressing body (tried but seems not very useful)
- Complete Fever API implementation (since_id, groups, favicons, ...)
- Feed activity tracking (remove feeds not updated for a long time from Fever API)