scrapinghub / python-scrapinghub

A client interface for Scrapinghub's API

Home Page:https://python-scrapinghub.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client interface for Scrapinghub API

image

image

image

image

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.

About

A client interface for Scrapinghub's API

https://python-scrapinghub.readthedocs.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.8%Language:Makefile 0.2%