Skip to main content

Stormproxies middleware for Scrapy

Project description

scrapyx-stormproxies

Stormproxies 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-stormproxies

settings.py

# Activate the middleware
STORMPROXIES_ENABLED = True

# The Stormproxies URL
STORMPROXIES_URL = 'http://x.x.x.x:13080'

DOWNLOADER_MIDDLEWARES = {
    'scrapyx_stormproxies.StormProxyMiddleware': 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-stormproxies-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distributions

scrapyx_stormproxies-0.1.1-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

scrapyx_stormproxies-0.1.1-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