Skip to main content

Python SDK

Project description

TeyeSpider 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 teye-spider.

The installation of the CLI Tool is simple:

pip install teyespider-sdk

Then, you can use the teye-spider command in the command prompt to action with teye-spider.

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

teye-spider --help

Utility Tools

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

Below are integration methods of Scrapy and general Python spiders with teye-spider.

⚠️Note: make sure you have already installed teye-spider-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 = {
    'teyespider.pipelines.teye-spiderMongoPipeline': 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 teyespider import save_item

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

# 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

teyespider-sdk-0.0.1.tar.gz (12.2 kB view details)

Uploaded Source

File details

Details for the file teyespider-sdk-0.0.1.tar.gz.

File metadata

  • Download URL: teyespider-sdk-0.0.1.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for teyespider-sdk-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2ddeabcb16b3e28c2da2323b6b45dbec9773bdc21b002f79c49328095ae98a91
MD5 d507c19074d0e38db43e4f5533cc3e68
BLAKE2b-256 bdd49513dae96c2226e3c9a02bfa42a6ce7290961a3dd6663a5806898cdb9bcd

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