Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
About
=====
**This Project Is Looking For Contributers**

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/
**webkit2png**
==============

Installation
============
About
------
Python script that takes screenshots (browsershots) using webkit

##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
-------------------------------
Automated installation via ```pip```
-------------------------------------
- Install pip: ```apt-get install python-pip```
- Install webkit2png: ```pip install webkit2png```

Expand All @@ -27,13 +25,12 @@ Manual installation via Git

FreeBSD
-------
- install qt4 webkit: www/py-qt4-webkit, www/qt4-webkit, devel/py-qt4
- 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``

![Alt Text](http://24.media.tumblr.com/tumblr_m9trixXFHn1rxlmf0o1_400.gif)
2 changes: 1 addition & 1 deletion scripts/webkit2png
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Creates screenshots of webpages using by QtWebkit.
#
# Copyright (c) 2008 Roland Tapken <roland@dau-sicher.de>
# Copyright (c) 2014 Roland Tapken <roland@dau-sicher.de>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down