PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.86k stars 1.54k forks source link

Use Proxies to override the IP softban #3477

Closed absalom996 closed 8 years ago

absalom996 commented 8 years ago

Hello,

First af all, thanks to developers for this amazing job :+1:

I live in France, so I have a french IP adress.

When I use the BOT, in the US for example, my IP is banned for few hours (the bot walk and don't see nothing). I would try to use a US HTTP proxy to override the ban, do you think it's possible ?

Under Linux you can set a http proxy easily with the command:

export http_proxy='http://YourProxyAdress:TheProxyPort'

But I don't know if the BOT communicate with Niantic servers only with the http port (80/443) ? Could someone help me on this point ?

Thank you in advance

Other Information

OS: Raspbian Jessie Git Commit: master Python Version: 2.7.9

Ph4i1ur3 commented 8 years ago

Generally speaking this is the point of a proxy.

jekku commented 8 years ago

Without the code being there yet, you can try torify and torsocks.

I also tried proxychains. It's better than the prior, but you gotta have your own server that can accept ToR requests.

jekku commented 8 years ago

That being:

pandora@jekku:~ torify ./run.sh
ulovehash commented 8 years ago

it would be great if someone who uses proxy could describe how to connect them to bot i have some issues with softban from another country too, using os x

Carlito007 commented 8 years ago

me too need help how to connect to bot with proxy in windows...

tnlin commented 8 years ago

proxychains with tor sock is good

absalom996 commented 8 years ago

Thank you for your responses.

I tried Proxychains with TOR. The Niantic Servers deny the access to the TOR Ip... So I tried Proxychains with several IP Proxy found on the net and every time it is : Denied or Timeout.

:(

If anyone have an idea...