Skip to content

KristobalJunta/scrapy-proxymesh-py3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrapy-proxymesh-py3

Proxymesh downloader middleware for Scrapy.

This is a fork of scrapy-proxymesh that supports Python 3.

This package replaces the original, as it ships under the same name (scproxymesh).

Installation

From PyPI

pip install scrapy-proxymesh-py3

From GitHub

pip install -e git+https://github.com/KristobalJunta/scrapy-proxymesh@master#egg=scproxymesh

Usage

DOWNLOADER_MIDDLEWARES = {
    'scproxymesh.SimpleProxymeshMiddleware': 100,
}

# if you use user & password auth
PROXYMESH_URL = 'http://username:password@us-il.proxymesh.com:31280'

# or, if you use ip-based auth:
PROXYMESH_URL = 'http://us-il.proxymesh.com:31280'

# Proxymesh request timeout
PROXYMESH_TIMEOUT = 60

About

Proxymesh downloader middleware for Scrapy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%