Skip to content

nerac/shooty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shooty

Take photos of any website every certain time. Useful for quality checks.

npm greenkeeper

Usage

> npm i -g shooty
> shooty --help

Takes screenshoots of a website every X time

Usage
	$ shooty <url>

Options
	--start           Date it will start (optional)
	--stop            Date it will stop (optional)
	--every, -e       Time between every shoot (2m,3h,1d)
	--limit, -l       Number of photos to maintain (optional)
	--fullpage, -f    Shoot the entire page not only the viewport (default: false)
	--mobile, -m      Enforces a mobile user agent (default: true)
	--version         Displays current version
	--help            Displays help

Examples
	$ shooty https://google.com --every 1h --fullpage
	$ shooty https://google.com --every 1h --mobile --limit 10
	$ shooty https://google.com --every 3m --start "10 Jul 2018 22:09:00 GMT+4" --stop "11 Jul 2018 22:09:00 GMT+4"

Contribute

Feel free to fork, open issues or share any kind of suggestion.

About

Take photos of any website every certain time. Useful for quality checks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published