Metadata-Version: 2.1
Name: scrapyx-stormproxies
Version: 0.1.1
Summary: Stormproxies middleware for Scrapy
Home-page: https://github.com/tubndgit/scrapyx-stormproxies
Author: Henry B.
Author-email: tubnd.younet@gmail.com
License: MIT
Download-URL: https://github.com/tubndgit/scrapyx-stormproxies/archive/master.zip
Platform: UNKNOWN
Requires-Python: >=2.7
Description-Content-Type: text/markdown

# 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,
    }


