Skip to content

adamn/python-webkit2png

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

webkit2png

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

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

Manual installation via Git

  • Install git: apt-get install git-core
  • Create directory: mkdir python-webkit2png
  • Clone the project: git clone https://github.com/adamn/python-webkit2png.git python-webkit2png
  • Install with: python python-webkit2png/setup.py install

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

  • For help run: python scripts/webkit2png -h

Alt Text

About

Python script that takes screenshots (browsershots) using webkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages