A simple python3 script to capture website screenshots
Tested on ubuntu 20, and it require a gui desktop. Requirements:
python3-pip
apt install python3-selenium
apt install firefox-geckodriver
change the url's in de sitelist list.
sitelist = [ \
'https://www.nu.nl', \
'https://tweakers.net', \
'https://nos.nl', \
'https://scientias.nl/', \
'https://rtlnieuws.nl/', \
'https://python.org/', \
'https://google.nl/', \
'https://pypi.org/', \
'https://www.redhat.com/en', \
'https://www.ansible.com/', \
'https://pypi.org/', \
]
