Skip to main content

Luminati middleware for Scrapy

Project description

scrapyx-luminati

Luminati middleware for Scrapy

Required

python version >= 2.7

Install

Checkout the source and run

python setup.py install

Or

pip install scrapyx-luminati

settings.py

# Activate the middleware
LUMINATI_ENABLED = True

# The Luminati URL
LUMINATI_URL = 'http://127.0.0.1:24000'

DOWNLOADER_MIDDLEWARES = {
    'scrapyx_luminati.LumninatiProxyMiddleware': 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-luminati-0.1.6.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

scrapyx_luminati-0.1.6-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