pokemongo-api
pokemongo-api copied to clipboard
Pokemon Go API for Python
``` pip install git+git://github.com/rubenvereecken/pokemongo-api@master ``` gives error 128 ``` pip install git+https://github.com/rubenvereecken/pokemongo-api@master ``` also doen't work
Can't connect using the API since 13th February (it seems to be a general problem on other pogo api too) : Creating Google session for xxxx Starting new HTTPS connection...
Hello, first of all: thank you for that amazing project! I currently struggle with finding all the pokemon around my location. I set my location: `session.setCoordinates(lat, lng)` Then I call:...
Any solution ?
I'm new to GitHub and Python, although not programming. I've got as far as I can with this but now I need help. I am running Python 3.5.2, Windows 10...
Windows: 10 Python: 3.5 I m trying to make a post request using urllib.request and urllib.parse. I am using HTTPBasic Auth which is not right because I dont know what...
Hey, Is it possible to apply a lure to a pokestop using the api ? If so, can anyone please lead me to the appropriate function or an example. Thanks....
In the readme you state: "Every method has been tested" but I don't see any tests in the repo. If we had automated tests for something like this, using something...
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...