I have a folder of files. I would like for the system to check this folder every X minutes to see if any of the files have changed and, if so, to then run a script that I've written in python.
Asked
Active
Viewed 454 times
1 Answers
0
If you're already using Python for the script, take a look at Watchdog.
You can easily install it with PIP, and the link provides a code sample.
Traveling Tech Guy
- 10,100