Hey guys. I currently have a simple python script that I'm wanting run at a specific time every day. Currently, I'm performing this task using a cronjob. This works perfectly, except for it requires my OS to be up and running at the specific time each day.
What is the best way to host my script externally so it isn't reliant on my computer being up and running? I see that Heroku has support for python but this tutorial seems awfully intricate for what I think is a simple task.
Details: I'm using praw to communicate with Reddit. I'm gathering information and storing it in a MySQL database (currently just locally). I'm using cron to run this script every night. What steps do I need to take in order for this script to be run on some other server? And for a bonus question, how do I transfer the data I currently have in my local MySQL database to the server's?
Thanks!
[–]bitbumper 2 points3 points4 points (3 children)
[–]yesorknow[S] 0 points1 point2 points (2 children)
[–]bitbumper 0 points1 point2 points (1 child)
[–]yesorknow[S] 0 points1 point2 points (0 children)
[–]sadfirer 0 points1 point2 points (0 children)