The scrapinghub
is a Python library for communicating with the Scrapinghub API.
- Python 2.7 or above
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 is available online via Read the Docs or in the docs
directory.