Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
README
PyWebShot ========= Automatically generate thumbnails for 1 or more websites from the command line. Requires the python-gtkmozembed package. Ben Dowling - http://www.coderholic.com Usage ----- pywebshot.py [options] url1 [url2 ... urlN] Options: -h, --help show this help message and exit -s SCREEN, --screen=SCREEN Screen resolution at which to capture the webpage (default 1024x769) -t THUMBNAIL, --thumbnail=THUMBNAIL Thumbnail resolution (default 350x200) -d DELAY, --delay=DELAY Delay in seconds to wait after page load before taking the screenshot (default 0) -f FILENAME, --filename=FILENAME PNG output filename with .png extension, otherwise default is based on url name and given a .png extension Examples -------- pywebshot.py google.com pywebshot.py google.com yahoo.com cat urls.txt | xargs ./pywebshot.py pywebshot.py page_with_delayed_content.com -d10 # single url will output to /tmp/shot.png pywebshot.py -f /tmp/shot.png google.com # multiple url will output to /tmp/shot-1.png and /tmp/shot-2.png pywebshot.py -f /tmp/shot.png google.com yahoo.com

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
