Skip to content

simple python script to screenshot a url or list of urls from a file.

Notifications You must be signed in to change notification settings

Cameleopardus/url2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

url2png

Get a screenshot of a url or many screenshots from a file contining urls.

Generate a screenshot of a single webpage:

python url2png.py -u xenome.io -o outfile.png

Generate screenshots from a list of urls:

python url2png.py -f infile.txt

Images generated from a file will be created in the same directory as the script and named with the pattern {url}.png

About

simple python script to screenshot a url or list of urls from a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages