An open API service indexing awesome lists of open source software.

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

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`