Skip to content

qiwsir/Ghost.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghost.py

https://drone.io/github.com/jeanphix/Ghost.py/status.png

ghost.py is a webkit web client written in python:

from ghost import Ghost
ghost = Ghost()
page, extra_resources = ghost.open("http://jeanphix.me")
assert page.http_status==200 and 'jeanphix' in ghost.content

Installation

ghost.py requires either PySide (prefered) or PyQt Qt bindings:

pip install pyside
pip install ghost.py --pre

About

Webkit based scriptable web browser for python.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.5%
  • HTML 6.6%
  • JavaScript 2.4%
  • CSS 1.5%