On my computer I have a webscraping script that uses requests and Beautiful Soup to save information to a csv file. At the moment I have to manually run it on my own machine, or schedule it to do so. I want to run it on a cloud so I don't have to keep my machine on, or remember to turn it on and run the script.
I'm not sure what framework I used. I wrote it in Python IDLE. I have a script saved as a file with a .py extension that spits out a CSV when I run it.
I'm not sure what is meant by 'web app'. Sorry. Ditto 'framework'.
The site I'm scraping isn't on the white list. I realise my free account wouldn't be able to run it.
Long story short, how do I write a python script and run it? My first step is to use requests to get something from a whitelisted site, and Beautiful Soup to parse it, where do I put my code on the site and how do I run it?
Thanks so much for your help, I hope my questions aren't too simple, or my post too rambling!