Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.25 KB

File metadata and controls

41 lines (25 loc) · 1.25 KB

Client interface for Scrapinghub API

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

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.