AHAAAAAAA / PokemonGo-Map
- понедельник, 18 июля 2016 г. в 03:12:42
Python
Live visualization of all the pokemon in your area
Live visualization of all the pokemon in your area, building off Mila432's PokemonGo API, tejado's additions, leegao's additions and Flask-GoogleMaps. Proof of concept that we can load all the pokemon visible nearby given a location.
Currently really rough, shows duplicate pokemon and requires refreshing page a lot (until the PokemonGo servers decide we're worthy). However, it works. Be warned, ugly ugly code ahead.
Team icons from israelvicars.
pip install -r requirements.txt
python example.py -u myUsername -p myPassword -l "Boulder, CO" -st 5
-st: steps to take
-l: location, anything that Google Maps understands.
Do I need Python 2.7? Yes! Can I use Python 3.x? No!
Can I sign in with Google? Not yet, we're working on it, until then get a Trainer Club account
I'm on Windows, why does nothing work? See if anything in https://www.reddit.com/r/pokemongodev/comments/4t80df/wip_pokemon_go_map_visualization_google_maps_view/d5feu2f helps