Skip to main content

Bright Data middleware for Scrapy

Project description

scrapyx-bright-data

Bright Data middleware for Scrapy

Required

python version >= 2.7

Install

Checkout the source and run

python setup.py install

Or

pip install scrapyx-bright-data

settings.py

# Activate the middleware
BRIGHTDATA_ENABLED = True

# The Bright Data URL
BRIGHTDATA_URL = 'http://127.0.0.1:24000'

DOWNLOADER_MIDDLEWARES = {
    'scrapyx_bright_data.BrightDataProxyMiddleware': 610,
}

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

scrapyx-bright-data-0.1.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

scrapyx_bright_data-0.1.2-py2.py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 2 Python 3

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