I have a Python script that gets data from Google Analytics and puts in into a CSV file. I currently run this script on a local machine but I\'d like to run the script in my
In addition to the first answer you can also use azure functions with a timer which is basically a script on a cronjob without a full machine and paid by invocation.
https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview