scrapinghub

Client interface for Scrapinghub API


License
BSD-3-Clause
Install
pip install scrapinghub==2.4.0

Documentation

Client interface for Scrapinghub API

The scrapinghub is a Python library for communicating with the Scrapinghub API.

Requirements

  • Python 2.7 or Python 3.5+

Installation

The quick way:

pip install scrapinghub

You can also install the library with MessagePack support, it provides better response time and improved bandwidth usage:

pip install scrapinghub[msgpack]

Documentation

Documentation is available online via Read the Docs or in the docs directory.