Spynner

Programmatic web browsing module with AJAX support for Python
Download

Spynner Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Arnau Sanchez
  • Publisher web site:
  • http://code.google.com/u/tokland/

Spynner Tags


Spynner Description

Programmatic web browsing module with AJAX support for Python Spynner is a programmatic web browser Python module with Javascript/AJAX support based upon the QtWebKit framework.import spynnerbrowser = spynner.Browser()browser.load("http://www.wordreference.com")browser.select("#esen")browser.fill("input", "hola")browser.click("input")browser.runjs("console.log('I can run Javascript!')")html = browser.get_html()browser.close() Requirements: · Python


Spynner Related Software