3 ответов
+ 3
on Linux you can add a task in crontab like
15 * * * * /usr/bin/env python <your scrict path>
on windows you can add task in admin tools>task manager with a bat job
+ 2
turn the executable bit on. then follow your operating system's method of adding things to be run on startup.
+ 1
hey thanks for the answer.