An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Scrapy Elite Proxies

Scrapy Elite Proxies (http://elite.proxies.online) middleware
https://rev.proxies.online

Grab 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 proxy

DOWNLOADER_MIDDLEWARES = {
'projectname.eliteproxies.EliteProxies': 100
}
```