Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

andrew-d/Specter.py

Repository files navigation

Specter.py

https://travis-ci.org/andrew-d/Specter.py.png?branch=master

Specter.py allows you to automate WebKit through Python, making tasks such as web scraping and web application testing easier. It uses QWebKit from the Qt project through the PySide or PyQt projects.

Documentation

In progress, but not currently hosted anywhere. Here's a quick example:

from specter import Specter

s = Specter()
s.open('http://www.google.com')
s.wait_for_page_load()
print(s.content)

About

WebKit scripting with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages