octbrowser

A web scrapper based on lxml library.


Keywords
testing, mechanize, webscrapper, browser, web, lxml, html
License
Other
Install
pip install octbrowser==0.4.2

Documentation

oct-browser

Script browser based on the oct browser module for simple and intuitive web browsing using script

doc Supported Python versions pypi

Documentation

OCTBrowser on pypi

Python Version Tested
Python >= 2.7.x Tested
Python >= 3.4 Tested

Installation

You can install OCTBrowser with pip :

pip install octbrowser

Or using setuptools :

python setup.py install

Changelogs

0.4.1 to 0.4.2

  • Headers manipulation methods now update the session headers and make it avaible for all requests (thanks to Mark Owen)
  • The submit_form method now send correcty the headers (thanks to Mark Owen)
  • Now using SocketServer for unit testing (thanks to Mark Owen)
  • Global unit tests improvements (thanks to Mark Owen)