https://github.com/garrylachman/elite-proxies-scrapy-middleware
Elite Proxies (http://elite.proxies.online) middleware for scrapy http://rev.proxies.online
https://github.com/garrylachman/elite-proxies-scrapy-middleware
Last synced: 13 days ago
JSON representation
Elite Proxies (http://elite.proxies.online) middleware for scrapy http://rev.proxies.online
- Host: GitHub
- URL: https://github.com/garrylachman/elite-proxies-scrapy-middleware
- Owner: garrylachman
- Created: 2015-11-02T00:13:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T00:57:49.000Z (over 9 years ago)
- Last Synced: 2025-02-15T14:23:31.980Z (2 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrapy Elite Proxies
Scrapy Elite Proxies (http://elite.proxies.online) middleware
https://rev.proxies.onlineGrab new proxy from your Elite Proxies account.
**settings.py**
```
ELITE_PROXIES_API_KEY = "YOUR_API_KEY_FROM_MASHAPE"
ELITE_PROXIES_RENEW_INTERVAL = 20 # renew proxy every x requests
ELITE_PROXIES_COUNTRY = "BR" # remove for untarget proxyDOWNLOADER_MIDDLEWARES = {
'projectname.eliteproxies.EliteProxies': 100
}
```