The scrapinghub
is a Python 3.9+ library for communicating with the
Scrapinghub API.
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.