https://github.com/pietroppeter/feedo
🐶 minimalistic static rss reader built with nim(ib)
https://github.com/pietroppeter/feedo
nimib rss
Last synced: 5 months ago
JSON representation
🐶 minimalistic static rss reader built with nim(ib)
- Host: GitHub
- URL: https://github.com/pietroppeter/feedo
- Owner: pietroppeter
- License: mit
- Created: 2021-12-14T13:02:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T12:24:51.000Z (over 1 year ago)
- Last Synced: 2025-03-26T22:47:44.349Z (over 1 year ago)
- Topics: nimib, rss
- Language: Nim
- Homepage: https://pietroppeter.github.io/feedo/
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐶 feedo
Minimalistic static rss reader built with nim(ib): https://pietroppeter.github.io/feedo/
Named after the Italian Dog [Fido](https://en.wikipedia.org/wiki/Fido_(dog)) that made the news feed in 1943. Nowhere near as reliable.
Inspired by https://github.com/georgemandis/bubo-rss
## Roadmap
- [ ] handle errors while fetching or parsing
- [ ] fix errors upstreams in rss (every new feed you add has potential to break the parser)
- [ ] improve last update rendering (e.g. github like: 2 minutes ago ...)
- [ ] improve rendering of feed summary (e.g. 3 items from 3 days ago to 4 weeks ago)
- [ ] add additional details (e.g. description) for item
- [ ] improve parsing of links in feeds.md (e.g. process markdown as is and then postprocess links that look like rss feeds?)
- [ ] release executable (to be used in pipeline, it should not install nim and build every time) and improved pipeline
- [ ] instructions on how to set up your own feedo feed
- [ ] publish as binary installable from nimble