-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS reader example #1
Comments
https://lobste.rs/s/sywgaz/arss_rss_reader_doesn_t_try_do_too_much <- has a backend, however. |
This could as well support data sources other than RSS (like slownews), such as reddit, HN & lobste.rs. Or even a custom source like r/TheMotte's CW barelinks repo. Feedly has a similar model: you can add .rss feeds, but also data from established sources (Twitter, reddit, etc.) |
Leverage .org format and do it as part of orgself? cf. https://orgmode.org/worg/org-contrib/org-feed.html |
https://github.com/osmoscraft/osmosfeed
|
Tangential: https://octo.github.com/projects/flat-data https://github.com/marketplace/actions/flat-data
|
Tangential only, but interesting nonetheless (aggregating links in github issues): https://github.com/headllines/hackernews-weekly |
Not RSS per se, but https://github.com/srid/TheMotteDashboard uses Ema and it reads reddit and generates static pages, as well as generates a Atom feed of its timeline. |
Take OPML as a part of
model
and create a website that displays the latest items in the feeds ... all neatly organized, with per-day routes.The other part of
model
would be a record of last-updated time, and the fetched items. We will need to cache this data on disk, so as to be able to resume from it when relaunching the app.The text was updated successfully, but these errors were encountered: