Cheapest and simplest solution for a daily email alert to myself?
I want to have a cloud-hosted, daily email with RSS feeds, stock prices, weather, web page changes, etc. The idea is to run a few scripts (Python) and then compile the results into an email that hits my inbox every day. I have heard people mention DigitalOcean and other similar solutions to doing this quickly. Any ideas?
Beautiful HTML formatting would be a huge plus.
👤 nreece Accepted Answer ✓
Imo, Google Apps Script is the simplest (fully hosted/serverless, JavaScript SDK, integrated scheduler and mailer, Google Sheets integration) that I've come across so far for building low-code scripted tools, and cheapest too (free).
A python script that uses an html template to send an email if very simple to write. The bigger job is probably to scrape the data, though that's also simple if you know specifically what you want from a given source.
👤 jpcapdevila
Firebase free tier, you can create an scheduled function that runs your python code and sends the email.
Super easy to deploy and it is set and forget.
I'm sure you can fit your use cade in the free tier.
👤 McNutty
If it really has to be cloud hosted then sounds like you could run your scripts in a VM in free tier of AWS/Azure