Mobile app version of vmapp.org
Login or Join
Odierno851

: Hosting options for running a daily run python script which creates a CSV file? I wish to run a Python script that daily pulls in some prices and creates a CSV file from them. What web hosting

@Odierno851

Posted in: #AmazonAws #Azure #CloudHosting #Python #WebHosting

I wish to run a Python script that daily pulls in some prices and creates a CSV file from them.

What web hosting and cloud options exist to do this.

The script will only run for literally seconds and the CSV file is very small so not much resources at all. I suppose the problem being the Python setup/installation.
www.pythonanywhere.com seems an option, but want to pay the least amount for this.

Is it possible to do this with AWS, Azure or another Cloud service and which services would I need?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Odierno851

1 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami781

I suggest you toy get an VPS with SSH support, which gives you a total control to do everything you want with the server.

Then u could just make a cron task to execute your script daily

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme