modrzew / pokeminer

Pokemon location scraper
MIT License
220 stars 62 forks source link

Allow using proxies for API requests #181

Closed Noctem closed 8 years ago

Noctem commented 8 years ago

Add option for proxies, bump API version for proxy compatibility.

config example:

PROXIES = {
    'http': 'socks5://127.0.0.1:1080',
    'https': 'socks5://127.0.0.1:1080'
}
modrzew commented 8 years ago

:+1: thanks!