JefMari / PokemonGo-Map-1

(DISCONTINUED DUE TO CEASE AND DESIST) - For historical purposes, this is the live Pokemon visualizer for Pokemon Go - DOES NOT WORK ANYMORE!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API is currently down, please don't submit issues. Actively working on fix, might be a while.

PokemonGo MapPython 2.7

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.

Features:

  • Shows Pokemon, Pokestops, and gyms with a clean GUI.
  • Notifications
  • Lure information
  • Multithreaded mode
  • Filters
  • Independent worker threads (many can be used simulatenously to quickly generate a livemap of a huge geographical area)
  • Localization (en, fr, pt_br, de, ru, zh_cn, zh_hk)
  • DB storage (sqlite or mysql) of all found pokemon
  • Incredibly fast, efficient searching algorithm (compared to everything else available)

Deploy Deploy

#[Twitter] (https://twitter.com/PokemapDev), [Website] (https://jz6.github.io/PoGoMap/)#

Map

How to setup

For instructions on how to setup and run the tool, please refer to the project wiki, or the video guide.

Android Version

There is an Android port in the works. All Android related prs and issues please refer to this repo.

iOS Version

There is an iOS port in the works. All iOS related prs and issues please refer to this repo.

Warnings

Using this software is against the ToS of the game. You can get banned, use this tool at your own risk.

Contributions

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.

About

(DISCONTINUED DUE TO CEASE AND DESIST) - For historical purposes, this is the live Pokemon visualizer for Pokemon Go - DOES NOT WORK ANYMORE!

License:GNU Affero General Public License v3.0


Languages

Language:Python 87.7%Language:CSS 5.2%Language:JavaScript 5.0%Language:Protocol Buffer 1.3%Language:HTML 0.6%Language:Batchfile 0.1%Language:Shell 0.1%