-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to specify a location with demo.py ? #89
Comments
use encrypt.so |
where should encrypt.so be placed on a Mac? I placed it on all possible folders inside of I saw the instruction for Pokemon Go Bot, about how to make the file http://blog.pokemongofun.com/tag/pokemon-go-encrypt-so/ but I am not running a bot... (do I need to?) and so after making the file |
just place it in the same folder of demo.py |
do you mean
? |
also by the way, I am using Python 2.7.5 and I saw many lines that said I might need a newer version of Python -- not sure if it matters:
by the way I was able to get all the player's stats, but not nearby pokemon info. |
did you install dependencies from requirements? |
after
|
please uninstall urllib and reinstall it |
is it by
|
I also tried
and then
but it didn't work. |
Create new virtual env, then |
To get rid of the SNIMissingWarnings you can |
cool! thanks ealehand |
Yeah, from what I've read Python 2 lacks SNI support so there's a couple packages that can supplement certificate validation. http://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings |
is the following line supposed to work?
python demo.py -a "google" -u "[email protected]" -p "thepassword" -l "37.7954961,-122.3935113"
(this is a sample geolocation for the San Francisco Ferry Building)
It won't show any nearby pokemons... but in my Pokemon Go app I do see some nearby pokemons.
The text was updated successfully, but these errors were encountered: