Does anyone use (or know of) software that follows RSS feeds and sends you a single daily/weekly/whatever digest with links to all new posts? TinyTinyRSS has this functionality which I am currently using but it's not very pretty or configurable - I'm wondering if there is anything else that I could look into.
Or if course you can filter the messages into a folder to browse when you have some downtime. For example I have a "Not Important" folder in my email client that doesn't notify but it's always synced to my phone so that I can read some news when I have a spare moment.
I am building something like this! It's oriented specifically towards reading the feeds via a pdf digest on eReaders like the reMarkable/Supernote/etc though.
1. configure your feeds (RSS/Atom, but also Twitter/Reddit) in a simple dashboard
2. connect Google Drive (Dropbox/OneDrive to be supported eventually)
3. on a daily schedule, a pdf file with your feeds' content will be sent to your GDrive account, which can be synced on your tablet device.
It basically reads a list of feed URLs, with categories, loads and parses them and writes out a simple HTML page with the headlines. Saves me a lot of trouble - just run it on a web server and publish the created HTML files in a directory.