Good morning, I've done a Python script that searches the various websites for the occurrence of some words and stores them in SQL database. I would like to track the occurrence of these words over time, but I do not want to be left clicking to run it or leave the computer running to run this routine. I would like for example that every 6 hours he would do this research and save the results. Can I get it to run on any server? What would I need to learn to make this work? Thanks!