I am using HelioHost server, and I have a Python script which weekly generates a graph which I would like to show on a webpage. I would like to know how to keep this Python script running constantly on the server for it to perform this task. I have uploaded it to the public_html/CGI-BIN, however this is only executed when I access the address (if my understanding is correct).
Therefore, how can I execute it and keep it running on the server?