Skip to main content

Luminati middleware for Scrapy

Project description

scrapy-luminati

Luminati middleware for Scrapy (http://scrapy.org/)

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.2.tar.gz (1.8 kB view hashes)

Uploaded Source

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