rubenvereecken / pokemongo-api

Pokemon Go API for Python
Other
358 stars 120 forks source link

Proxy support #84

Closed dnsBlah closed 8 years ago

dnsBlah commented 8 years ago

This is my first try with github 'pull request' Added a proxy option into the bot.

Just in-case when getting an WAN ban or to prevent your own WAN address to be banned ;-)

I'm sure that this can be done more pretty! Teach me! ;-)

Reason for global, is that demo.py has no Class, and the createRequestsSession() is not part of the 'self'