So I have a selenium script that needs to
- Run once every hour or so
- Do some calculation
- Write to a table of some sort (.csv, mysql, I haven't decided yet).
What are the cheapest and most reliable ways to do this?
I heard Replit and GCP free tiers can work for this type of task, but I am wondering what others have used for lightweight tasks like this.