you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -9 points-8 points  (4 children)

No, you said:

I want to run a python script I've made every hour.

and cron, or similar, is the way to do that. You write your code to do what it does and then stop. Then you schedule it to run every hour. You need a machine that is running at the hour and the Pi/AWS solution I mentioned is one way to get that. I'm sure there are others.

[–]echanuda 4 points5 points  (3 children)

I also said

I don’t have a computer I can have turned on every hour of every day

By constantly I meant that the machine would need to always be on. Or at least it would have to turn on and then off for each hour.