TBTerra / spawnScan

scanner specialized for finding spawn points in pokemon go
116 stars 36 forks source link

Proxy Support? #44

Open CometX opened 8 years ago

CometX commented 8 years ago

How would we go about adding proxy support for this?

leclaida commented 8 years ago

you would need to upgrade the pgoapi to the latest one (or a later commit that includes proxy support).

then when the pgoapi request is initiated, add proxy_config = {'http' : 'http proxy i.e. socks5://0.0.0.0:8000', 'https' : 'https proxy i.e. socks5://0.0.0.0:8000'}

add that as an argument