Download a website to an image and keep the image update with the latest downloaded version of the website.
This is just a small bash script wrapper around pageres
Feel free to copy paste the script if that works better for you or use pageres
directly
./start.sh https://score.volleystream.no/scoreboard?matchId=test 1280x720 scoreboard 2 1
URL
- the url to go to an take a picture ofSCREENSIZE
- the size of the picture you wantFILENAME
- the name of the file you want to generate - without an extention, the scripts will add a.png
extention at the endSLEEP
- how long to wait between each screenshot is finished to it starts up again.DELAY
(in sec) - if the page use some transtion effects, you may want to delay the screenshot X number of secound before a screenshot is taken