Skip to main content

Python SDK for Crawlab

Project description

Crawlab SDK for Python

中文 | English

The SDK for Python contains two parts:

  1. CLI Tool
  2. Utility Tools

CLI Tool

The CLI Tool is mainly designed for those who are more comfortable using command line tools to interact with Crawlab.

The installation of the CLI Tool is simple:

pip install crawlab-sdk

Then, you can use the crawlab command in the command prompt to action with Crawlab.

Check the help document below, or you can refer to the official documentation (Chinese).

crawlab --help

Utility Tools

Utility tools mainly provide some helper methods to make it easier for you to integrate your spiders into Crawlab, e.g. saving results.

Below are integration methods of Scrapy and general Python spiders with Crawlab.

⚠️Note: make sure you have already installed crawlab-sdk using pip.

Scrapy Integration

In settings.py in your Scrapy project, find the variable named ITEM_PIPELINES (a dict variable). Add content below.

ITEM_PIPELINES = {
    'crawlab.pipelines.CrawlabMongoPipeline': 888,
}

Then, start the Scrapy spider. After it's done, you should be able to see scraped results in Task Detail -> Result

General Python Spider Integration

Please add below content to your spider files to save results.

# import result saving method
from crawlab import save_item

# this is a result record, must be dict type
result = {'name': 'crawlab'}

# call result saving method
save_item(result)

Then, start the spider. After it's done, you should be able to see scraped results in Task Detail -> Result

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crawlab-sdk-0.6.0.post11.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crawlab_sdk-0.6.0.post11-py3-none-any.whl (48.6 kB view details)

Uploaded Python 3

File details

Details for the file crawlab-sdk-0.6.0.post11.tar.gz.

File metadata

  • Download URL: crawlab-sdk-0.6.0.post11.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.15

File hashes

Hashes for crawlab-sdk-0.6.0.post11.tar.gz
Algorithm Hash digest
SHA256 49e5a4addf7353c7a3074e4f2186e0e402d5c0daa1644c0ee2ad6c3b9f05a879
MD5 c15be271a148b8507ed4168326c081ec
BLAKE2b-256 f2d50cbbe7e4ccfe5833c5e56b3dd9d48b188d5bd080611753ce7f9d52f055c0

See more details on using hashes here.

File details

Details for the file crawlab_sdk-0.6.0.post11-py3-none-any.whl.

File metadata

File hashes

Hashes for crawlab_sdk-0.6.0.post11-py3-none-any.whl
Algorithm Hash digest
SHA256 8677f7c8743bfeb4cb49723ce0fa2feed0940e7bd5205883577a7cec1aa23802
MD5 1484c89aff49df26ec00205d2e61339a
BLAKE2b-256 01810c1aaddea79f8c22a69ec06077ae5bc88b3209c8e88908725f5b68bb5677

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page