Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qrichert/computerspy
Record what's happening on your computer while you're away.
https://github.com/qrichert/computerspy
Last synced: about 2 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T17:03:45.000Z (10 months ago)
- Last Synced: 2024-03-22T18:29:15.614Z (10 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.