Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.19 KB

README.rst

File metadata and controls

38 lines (30 loc) · 1.19 KB

About

*This project is looking for a maintainer - Please contact me if you're interested*

Originally taken from the blog post by Roland Tapken at: http://www.blogs.uni-osnabrueck.de/rotapken/2008/12/03/create-screenshots-of-a-web-page-using-python-and-qtwebkit/

Installation

Ubuntu

  • Add following packages: apt-get install python-qt4 libqt4-webkit xvfb
  • Install the flash plugin to screenshot Adobe Flash files: apt-get install flashplugin-installer

Automated installation via pip

  • Install pip: apt-get install python-pip
  • Install webkit2png: pip install webkit2png

Manual installation via Git

FreeBSD

  • install qt4 webkit: www/py-qt4-webkit, www/qt4-webkit, devel/py-qt4
  • install pip: devel/py-pip
  • install via: pip install webkit2png

Usage

  • On a headless server run: python scripts/webkit2png [options] <URL>
  • For help run: python scripts/webkit2png -h