https://github.com/pavanpodila/screenshotter
Simple timer driven screenshots of the desktop
https://github.com/pavanpodila/screenshotter
Last synced: 3 months ago
JSON representation
Simple timer driven screenshots of the desktop
- Host: GitHub
- URL: https://github.com/pavanpodila/screenshotter
- Owner: pavanpodila
- Created: 2021-02-11T10:50:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T07:56:33.000Z (over 4 years ago)
- Last Synced: 2025-01-31T15:49:54.658Z (5 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#screenshotter
- Run `npm install`
- Run `node index.js [options]`### To specify a directory
> `node index.js --directory ./some-dir`
Default directory: `./screenshots`
### To specify an interval
Interval is in minutes.
> `node index.js --interval 1
Default: `5`