-1

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.

CGP Grey
  • 101

1 Answers1

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.