rubenvereecken / pokemongo-api

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

Sort the list by distance, and walk to them all. #6

Closed p0psicles closed 8 years ago

p0psicles commented 8 years ago

What you think of this?

dmadisetti commented 8 years ago

Looks good and would be cool, but updated the walking logic- that math is actually wrong. Coordinates don't work like that. Pull master, checkout out the new function though and resubmit?

https://github.com/rubenvereecken/pokemongo-api/blob/master/pogo/session.py#L177