Scrapy http proxy middleware that gets proxy parameters from settings
Project description
Scrapy middleware that reads proxy config from settings.
Install:
pip install proxy-middleware
Usage: add it to DOWNLOADER_MIDDLEWARES in scrapy settings:
DOWNLOADER_MIDDLEWARES = { 'proxy_middleware.ProxyFromSettingsMiddleware': 10, ...
Pass proxy config via HTTP_PROXY and HTTPS_PROXY settings variables. HTTPPROXY_AUTH_ENCODING is also respected:
scrapy crawl my-spider -s HTTP_PROXY=http://localhost:8118
License is MIT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file proxy-middleware-0.1.0.tar.gz
.
File metadata
- Download URL: proxy-middleware-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ac3528cf335f39f364da13009eafe7ad9d70cd443dbda11235f5d7b0cbf3d53 |
|
MD5 | 12f16bceaf40b47d0bb0b8b30eb8ac6e |
|
BLAKE2b-256 | f6774deff8734b654d6f65247a1763ca5a2f9eff1d0fc971321bdcfaade8d569 |