say I have a python program that uploads a photo on Instagram. If I wished to use that program every day, is there another way of doing so, other then the following (trivial) options?:
- run it on your own every day (for ex. with an IDE)
- set a timer that performs the operation daily, and run the program with a while(true) loop
the Instagram example is simply for the purpose of the discussion