A Feed Reader for Obsidian
My latest Python project is a feed reader that fetches articles and makes them available as notes in Obsidian. I’m working on a first public release, which will likely be available on GitHub in the next few days.
Currently, the script supports the following features:
- Fetching multiple feeds
- Creating notes in Obsidian
- Differentiating between plaintext and HTML feeds
- Marking articles as read
- Adding a Dataview label to articles for efficient filtering
- Caching already fetched articles to avoid duplicate downloads
More features will be added in the future.