Metadata-Version: 2.1
Name: scrapyx-smartproxy
Version: 0.1.1
Summary: SmartProxy middleware for Scrapy
Home-page: https://github.com/tubndgit/scrapyx-smartproxy
Author: Henry B.
Author-email: tubnd.younet@gmail.com
License: MIT
Download-URL: https://github.com/tubndgit/scrapyx-smartproxy/archive/master.zip
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,
            }
        
Platform: UNKNOWN
Requires-Python: >=2.7
Description-Content-Type: text/markdown
