I have a folder with different folders in it. In one of the folder I have a python script. The python script reads an excel file (which is in the same folder), scrapes information from the internet, updates the excel file and creates another excel file in the main directory.
My question is: As I can't run my computer non stop, I imagine it's possible (easy? and free) to upload all my folders on a website which will allow me to run my python (3.8) script. Do you have any suggestions ? Which website could be appropriate ? Pythonanywhere.com ? Plus, I'd like to run this script every morning at 6am.
Thank you for your answers ! :)