Keydex / PokemonGo-Map

Live visualization of all the pokemon in your area

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokemonGo Map

Live visualization of all the pokemon in your area, building off Mila432's PokemonGo API, 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.

Installation

pip install -r requirements.txt

Usage

python example.py -u myUsername -p myPassword -l "Boulder, CO" -st 5

-st: steps to take

-l: location, anything that Google Maps understands.

About

Live visualization of all the pokemon in your area


Languages

Language:Python 58.3%Language:HTML 31.3%Language:Protocol Buffer 10.5%