Skip to content

carrerasrodrigo/Ghost.py

Repository files navigation

Ghost.py

Ghost.py is a webkit web client written in python

Example

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

Full Documentation

The full documentation can be find in the following link

About

Webkit based scriptable web browser for python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • Python 31.7%
  • Shell 1.6%