Skip to content

Live visualization of all the pokemon in your area

Notifications You must be signed in to change notification settings

DIntriglia/PokemonGo-DJ

 
 

Repository files navigation

PokemonGo Map

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.

Installation

pip install -r requirements.txt

Usage

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

Flag Description
-u Username
-p Password
-l Any location Google Maps can understand
-st Steps to take

FAQ

Exception, e <- Invalid syntax.

  • You are using python 3, download python 2.7 instead.

pip or python is not recognized as an internal or external command

About

Live visualization of all the pokemon in your area

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.6%
  • Protocol Buffer 9.6%
  • HTML 1.8%