I have a Lambda function which runs daily, selects a random highlights, and emails it to me. I’m using AWS SES for sending out the emails.
I think it’s all essentially free tier AWS stuff, so basically 0 cost. I’ve not fully automated it, I need to run the scraper manually but that’s easy enough to do whenever I’m at my desktop.
It’s a bit hacked together but it works lol.