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

Alternative Branch

Now I'm working into a big restructuration of Ghost.py into the "multiple_tabs" branch. This branch improves problems like speed, memory and concurrency. If you want to see the changes please referer to the following wiki:

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%