ghost.py - headless WebKit in Python

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

Via HN.

28 views and 0 responses