Skip to content

tubndgit/scrapyx-stormproxies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages