/PokemonGo-Map

Live visualization of all the pokemon in your area... and more!

Primary LanguagePythonMIT LicenseMIT

###Please submit all pull requests to the develop branch #

Example command to run using Google account:

python example.py -a google -u xxxx@gmail.com -p xxxx -l "185 Berry Street San Francisco" -st 6 -ar 5000 -i pidgey,rattata,zubat,Psyduck,Magikarp,Tentacool,Oddish,Weedle,Caterpie,Spearow,Paras,Venonat,Goldeen,Kakuna,Doduo,Seaking,Pidgeotto,Eevee

-ar: auto-refresh interval
-i: Pokemon to exclude
-st: number of steps away from you. Increasing this increases the number of iterations in O(n^2)
-l: text address

Installation Instructions:

run chmod +x Easy Setup/setup.sh

run ./Easy Setup/setup.sh

PokemonGo Map

Build Status Coverage Status

#[Official Website] (https://jz6.github.io/PoGoMap/)#

Android Port

Video Setup Tutorial

Live map visualization of all pokemon in your area with options to also show gyms, filter pokemon, localization, and pokestops. This is a proof of concept. Currently runs on a Flask server displaying a custom Google Map with markers on it.

Using this software is against the ToS and can get you banned. Use at your own risk.

Building off Mila432's PokemonGo API, tejado's additions, leegao's additions and Flask-GoogleMaps.


#For instructions, please refer to the wiki#