Skip to content

ATwig/pokemongo-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemongo-python

A Python module that makes it easy to communicate with the Pokemon Go API.

Take a look at example.py

Instantly view spawned pokemon

Live Map

https://skiplagged.com/pokemon

API

Central Park, New York, NY

http://skiplagged.com/api/pokemon.php?address=central%20park,%20new%20york,%20ny

OR

http://skiplagged.com/api/pokemon.php?bounds=40.76356269219236,-73.98657795715332,40.7854671345488,-73.95812508392333
bounds = bound_lower_left_lat,bound_lower_left_lng,bound_upper_right_lat,bound_upper_right_lng

About

A Python module that makes it easy to communicate with the Pokemon Go API. Instantly get live spawned Pokemon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%