Skip to content

A simple python3 script to capture website screenshots

w2k8/python_webscreenshots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

python_webscreenshots

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/', \
]

Example

About

A simple python3 script to capture website screenshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages