Skip to main content

SmartProxy middleware for Scrapy

Project description

scrapyx-smartproxy

SmartProxy 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-smartproxy

settings.py

# Activate the middleware
SMARTPROXY_ENABLED = True

# The SmartProxy URL
SMARTPROXY_URL = 'http://user:pass@gate.smartproxy.com:10000'

DOWNLOADER_MIDDLEWARES = {
    'scrapyx_smartproxy.SmartProxyMiddleware': 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-smartproxy-0.1.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

scrapyx_smartproxy-0.1.1-py2.7.egg (3.9 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