Skip to content

A small middleware between RSS feed sources and RSS readers

Notifications You must be signed in to change notification settings

yichya/rss_pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss_pipe

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)

About

A small middleware between RSS feed sources and RSS readers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages