Proxy Port integration with Scrapy framework.
Project description
Proxy Port integration with Scrapy framework.
Installation
$ pip install scrapyproxyport
Getting Started
# inside <your_project>/settings.py
DOWNLOADER_MIDDLEWARES = {
# Add middleware with order number right before CookiesMiddleware
'scrapyproxyport.middlewares.ProxyMiddleware': 898,
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware': 899,
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scrapyproxyport-1.0.0.tar.gz
(2.8 kB
view details)
File details
Details for the file scrapyproxyport-1.0.0.tar.gz
.
File metadata
- Download URL: scrapyproxyport-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93f7faaa4529c65e9945e3ea1c33dbf8d0320273742c103fae2fdc7bf389c6e6 |
|
MD5 | 061be148c358b1ba8b78369cf335fd6c |
|
BLAKE2b-256 | bb8c4ca813817f4bc7d0aecf47181266f139cac97a58b01695fd28a9c79f75fc |