The main script that is being run constantly in the background is app.pyw All the other python scripts in here are being imported and called in the main script.
git pullthis repository into a folder- Add a
var.pyfile to store the paths and keywords - Run
run_app.pywat startup
- Open Command Line
- Enter this command
wmic process where caption="python.exe" get commandline,processid - Make sure it is the right task
- Enter this command
taskkill /F /PID {The tasks's PID}
- Only use paths in var.py
- Add an exclude parameter that takes in a list defaulted to an empty list
- Make sure to use the logging module
- Make a new subclass of FileSystemEventHandler
- Describe clearly what the script does as a comment in the main script
downloads = ""
automation = ""
school = ""
school_keyword = ""