- Made with Tkinter (Python) with vibe coding.
- Binaries available for Windows.
This is a simple desktop RSS reader made using TKinter (Python).
It can refresh the feeds periodically. (I set the refresh interval at 30 minutes.)
You can export the news articles, and put them into your newsletter or blog as a reading list.
You can also save the news articles for later.
I was inspired by Cryptopanic.com, which aggregates RSS feeds from many websites.
- Can specify your preferred RSS feeds
- Can specify how many days to keep the feed.
- Can select news items to export to markdown.
- Can save selected news items.
- Can specify refresh interval.
- When it launches, it will create an SQLite database in the directory it is launched from. (That's where your settings are saved to.)
- Please launch it from the same directory, so that it can load up the settings from the database.
- If you launch it from another directory, it won't be able to see your database. Then you won't be able to see the feed that you've customized.