Live visualization of all the pokemon (with option to show gyms and pokestops) in your area. This is a proof of concept that we can load all the pokemon visible nearby given a location. Currently runs on a Flask server displaying Google Maps with markers on it.
#[Twitter] (https://twitter.com/PoGoMDev), [Website] (https://jz6.github.io/PoGoMap/)#
For instructions on how to setup and run the tool, please refer to the project wiki, or the video guide.
There is an Android port in the works. All Android related prs and issues please refer to this repo.
There is an iOS port in the works. All iOS related prs and issues please refer to this repo.
Using this software is against the ToS of the game. You can get banned, use this tool at your own risk.
Please submit all pull requests to develop branch.
Building off tejado's python pgoapi, Mila432's API, leegao's additions and Flask-GoogleMaps. Current version relies primarily on the pgoapi and Google Maps JS API.