Skip to main content

Page Object pattern for Scrapy

Project description

PyPI Version Supported Python Versions Build Status Coverage report Documentation Status

scrapy-poet is the web-poet Page Object pattern implementation for Scrapy. scrapy-poet allows to write spiders where extraction logic is separated from the crawling one. With scrapy-poet is possible to make a single spider that supports many sites with different layouts.

Read the documentation for more information.

License is BSD 3-clause.

Quick Start

Installation

pip install scrapy-poet

Requires Python 3.8+ and Scrapy >= 2.6.0.

Usage in a Scrapy Project

Add the following inside Scrapy’s settings.py file:

DOWNLOADER_MIDDLEWARES = {
    "scrapy_poet.InjectionMiddleware": 543,
    "scrapy.downloadermiddlewares.stats.DownloaderStats": None,
    "scrapy_poet.DownloaderStatsMiddleware": 850,
}
SPIDER_MIDDLEWARES = {
    "scrapy_poet.RetryMiddleware": 275,
}
REQUEST_FINGERPRINTER_CLASS = "scrapy_poet.ScrapyPoetRequestFingerprinter"

Developing

Setup your local Python environment via:

  1. pip install -r requirements-dev.txt

  2. pre-commit install

Now everytime you perform a git commit, these tools will run against the staged files:

  • black

  • isort

  • flake8

You can also directly invoke pre-commit run –all-files or tox -e linters to run them without performing a commit.

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

scrapy_poet-0.22.6.tar.gz (58.1 kB view details)

Uploaded Source

Built Distribution

scrapy_poet-0.22.6-py3-none-any.whl (29.5 kB view details)

Uploaded Python 3

File details

Details for the file scrapy_poet-0.22.6.tar.gz.

File metadata

  • Download URL: scrapy_poet-0.22.6.tar.gz
  • Upload date:
  • Size: 58.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for scrapy_poet-0.22.6.tar.gz
Algorithm Hash digest
SHA256 dfa549873983fd988c04d84d68841025ab10bcbf3d64515dc35b278e6bfa4fbc
MD5 83e09e224c008e638ea5a9ba7f1598f2
BLAKE2b-256 948bf722bd12783badad0d0a69304d8b87594cc4f01bc1393d406db7335aa682

See more details on using hashes here.

Provenance

File details

Details for the file scrapy_poet-0.22.6-py3-none-any.whl.

File metadata

File hashes

Hashes for scrapy_poet-0.22.6-py3-none-any.whl
Algorithm Hash digest
SHA256 05cdb4c3a8dfd468137ad611b6219c3051d964091b1ed4a145327e09999ebce7
MD5 8c977ffc463ff287e4a94f28a616b178
BLAKE2b-256 7cd19d87c78fe7a44681397dddfe252598dc21e4552aab5051f2a39b4137ab6a

See more details on using hashes here.

Provenance

Supported by

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