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

test-crawlab-sdk-0.4.3.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

test_crawlab_sdk-0.4.3-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file test-crawlab-sdk-0.4.3.tar.gz.

File metadata

  • Download URL: test-crawlab-sdk-0.4.3.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/53.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.6.8

File hashes

Hashes for test-crawlab-sdk-0.4.3.tar.gz
Algorithm Hash digest
SHA256 d46adbce13c47b61a9234dce7ded184f8c7cd2cbe18b2665aa8ac72d73910747
MD5 8fd0b9335b0657a25b8d8d044be21f79
BLAKE2b-256 6fdc225836612195757dc7419b14fd96089316b32879ea68be7e459f6422d928

See more details on using hashes here.

File details

Details for the file test_crawlab_sdk-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: test_crawlab_sdk-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/53.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.6.8

File hashes

Hashes for test_crawlab_sdk-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1e8070dd2f84e4abb7f00c7f18f53f1157d33a41fbbf85eaf0068862e9696f2e
MD5 b7e54fa2596bbca9c38df242102a7115
BLAKE2b-256 a1d3d4f0735c542e5bbfb5feb39163d18a7cebc2b6bfb63921f812b2b82e76c8

See more details on using hashes here.

Supported by

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