Skip to content

tubndgit/scrapyx-smartproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SmartProxy middleware for Scrapy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages