celeskyking / Ghost.py

Webkit based scriptable web browser for python.

Home Page:http://jeanphix.me/Ghost.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

from ghost import Ghost
ghost = Ghost()
page, extra_resources = ghost.open("http://jeanphi.fr")
assert page.http_status==200 and 'jeanphix' in ghost.content
https://secure.travis-ci.org/jeanphix/Ghost.py.png

About

Webkit based scriptable web browser for python.

http://jeanphix.me/Ghost.py