MCPcopy Index your code
hub / github.com/RocketMap/RocketMap

github.com/RocketMap/RocketMap @v3.2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.2.0 ↗ · + Follow
263 symbols 774 edges 29 files 6 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

PokemonGo Map

Python 2.7 License Build Status Donate

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.

Map

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, ja, zh_tw, zh_cn, zh_hk)
  • DB storage (sqlite or mysql) of all found pokemon
  • Incredibly fast, efficient searching algorithm (compared to everything else available)

Information

  • Twitter for status updates
  • Website for general introduction
  • Forum for most issues and support
  • Discord for general support
  • IRC if you prefer it old school
  • Documentation for installation and usage docs
  • ~~feathub to request new features~~ Use a Github issue, tag with [Feature Request].
  • Github Issues for reporting bugs (not for support!)

Installation

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

Deployment

Deploy Deploy on Scalingo

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.

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.

Core symbols most depended-on inside this repo

append
called by 61
Tools/Spawnpoint-Clustering/cluster.py
get_new_coords
called by 19
pogom/transform.py
now
called by 16
pogom/utils.py
i8ln
called by 13
static/js/map.js
pad
called by 11
static/js/map.js
get_args
called by 11
pogom/utils.py
addListeners
called by 6
static/js/map.js
showInBoundsMarkers
called by 6
static/js/map.js

Shape

Function 162
Method 65
Class 33
Route 3

Languages

Python65%
TypeScript35%

Modules by API surface

static/js/map.js55 symbols
pogom/models.py43 symbols
pogom/schedulers.py20 symbols
pogom/utils.py18 symbols
pogom/app.py18 symbols
static/js/statistics.js17 symbols
Tools/Spawnpoint-Clustering/cluster.py16 symbols
pogom/search.py13 symbols
static/js/status.js12 symbols
contrib/fake-pgo-api.py9 symbols
pogom/fakePogoApi.py8 symbols
pogom/transform.py5 symbols

Datastores touched

(mysql)Database · 1 repos

For agents

$ claude mcp add RocketMap \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact