u/Stunning_Hawk6556

Best options to host a small automation

So I am a complete beginner to software engineering. I created a python script that scrapes data from a website everyday (It is just stock market data) and stores it into a .csv file. Now I want to host it on some cloud infrastructure so that it runs every weekday. So what cloud hosting is the easiest to use and the most cost effective? It isn’t a compute heavy application at all and even a very small amount of storage will work. Also right now I just add the command sleep(86400) in an infinite loop to make it wait the day, what can I do to fix this.

reddit.com
u/Stunning_Hawk6556 — 1 day ago