To get started with keylogging and mouse tracking:
python3 data_collection/keylogger.py &
(keep track of the PID returned)python3 data_collection/mouse_tracker.py &
(keep track of the PID returned)- Don't close the terminal window(s) you ran these commands from.
- At the end of the day/whenever you are done collecting data, run
kill [PID that step 1 gave you]
andkill [PID that step 2 gave]
Notes:
- If you are on a mac, you will probably need to grant permissions to your terminal app to read keyboard/mouse inputs