https://github.com/qrichert/computerspy
Record what's happening on your computer while you're away.
https://github.com/qrichert/computerspy
Last synced: 4 months ago
JSON representation
Record what's happening on your computer while you're away.
- Host: GitHub
- URL: https://github.com/qrichert/computerspy
- Owner: qrichert
- Created: 2019-08-09T15:35:13.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T17:03:45.000Z (over 1 year ago)
- Last Synced: 2025-02-01T04:26:28.152Z (5 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Spy
Computer Spy takes screenshots at a given interval and logs start and
close of app.You can set it to save log data to a local directory or to a remote
directory (via HTTP) or both.Configuration is done in `config.yaml`.
## Files
- `main.py` Main program, runs locally.
- `config.yaml` Configuration file (local)
- `dry_run.sh` Sets up the environment and ensures the program has all
necessary authorizations (run it once, the first time).
- `run.sh` Runs the program in the background, spy mode.
- `cs.php` Server-side, data reception script (if configured). Data will
be saved to `log/` in the same directory as the script.