To summarize my problem, I have a 'daily updates' kind of Python program that I want to be able to automate running once every day. The program produces a text file that I want to be automatically uploaded to GitHub every day.
I created and connected to an Amazon EC2 instance but I am not sure how to proceed, or whether this was the best way to solve this problem. Any help is much appreciated.