I know this is a very basic question but I'm struggling. I'm at the point where I know what I'd like to do but don't know exactly what to Google to get there.
I have a small python script that runs through a csv, using each row in an API call, and then adds rows to another csv when a certain response is given by the API. I'm currently just running it in the terminal.
I want to start running it constantly but don't want to leave my computer on with it running in the background. I'm assuming there's a service that would let me 'host' the script along with the necessary csv files but I don't know what to search to find it.
What is the best service to perform what I need for minimal cost?