CreativiTimothy / RocketMap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RocketMap

Python 2.7 License Build Status

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, ko, 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

  • Discord for general support
  • 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 Video guide to be replaced

Deployment

Please note, deployments are not supported officially. Deploy Deploy on Scalingo

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.

Discord icon: "Rocket" by Flat Icons (flaticon.com)

About

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

License:GNU Affero General Public License v3.0


Languages

Language:Python 87.7%Language:JavaScript 7.1%Language:CSS 3.6%Language:HTML 1.4%Language:Shell 0.2%Language:Batchfile 0.1%