Skip to content

swarnimarun/sidefeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sidefeed (WIP)

Simple aggregation service that takes links, as URLs and converts said URLs into a combined feed. This allows for unified feeds and works agnostic to frontends.

Features

  • Support for RSS(atom, v1 & v2) urls.
  • Provide a HTTP REST API.

Roadmap

  • Support mass URL imports.
  • Support OPML imports.
  • Provide live-connection for feed updates(server-sent events).
  • Add caching for feeds to db.
  • Add search in cached feeds support, with sqlite full text search.
  • Support fediverse, and aggregation on hashtags.
  • Support websockets for api.
  • Add web-scraping for feed aggregation.
  • Support profiles for building multiple feeds.
  • Support auth(maybe?).

Credits

  • rss (rust library for rss),
  • actix & tokio,
  • other crates I am using(left me know if you want your library explicitly named).

Author

Swarnim Arun
Email Me At: swarnimarun11"at"gmail"dot"com

About

minimal project for aggregating feeds in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages