Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RocketMap/RocketMap
🌏 Live visualization of all the pokemon in your area... and more!
https://github.com/RocketMap/RocketMap
pokemon rocketmap
Last synced: 10 days ago
JSON representation
🌏 Live visualization of all the pokemon in your area... and more!
- Host: GitHub
- URL: https://github.com/RocketMap/RocketMap
- Owner: RocketMap
- License: agpl-3.0
- Created: 2016-08-04T22:18:49.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-04-02T19:48:05.000Z (over 6 years ago)
- Last Synced: 2024-08-01T09:23:59.953Z (3 months ago)
- Topics: pokemon, rocketmap
- Language: Python
- Homepage:
- Size: 54.4 MB
- Stars: 2,812
- Watchers: 263
- Forks: 1,481
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RocketMap
![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg) ![License](https://img.shields.io/github/license/RocketMap/RocketMap.svg) [![Build Status](https://travis-ci.org/RocketMap/RocketMap.svg?branch=develop)](https://travis-ci.org/RocketMap/RocketMap)
Live visualization of all the Pokémon (with option to show gyms, raids and PokéStops) in your area. This is a proof of concept that we can load all the Pokémon visible nearby given a location. Currently runs on a Flask server displaying Google Maps with markers on it.
![Map](https://github.com/RocketMap/RocketMap/blob/develop/static/RocketMap.png)
## Features:
* Shows Pokémon, PokéStops, raids and gyms with a clean GUI.
* Notifications
* Lure information
* Multithreaded mode
* Filters
* Independent worker threads (many can be used simultaneously to quickly generate a livemap of a huge geographical area)
* Localization (en, es, fr, pt_br, de, ru, ko, ja, zh_tw, zh_cn, zh_hk)
* DB storage (mysql) of all found Pokémon
* Incredibly fast, efficient searching algorithm (compared to everything else available)## Information
* [Discord](https://discord.gg/rocketmap) for general support
* [Documentation](https://rocketmap.readthedocs.io/) for installation and usage docs
* [vote.devkat.org](http://vote.devkat.org) to request new features
* [Github Issues](https://github.com/RocketMap/RocketMap/issues) for reporting bugs (not for support!)## Installation
For instructions on how to setup and run the tool, please refer to the project [documentation](https://rocketmap.readthedocs.io).
## Deployment
**Please note, deployments are not supported officially. You are using these deployment links at your own risk.**
[![Deploy](https://raw.githubusercontent.com/RocketMap/PokemonGo-Map-in-Cloud/master/images/deploy-to-jelastic.png)](https://jelastic.com/install-application/?manifest=https://raw.githubusercontent.com/RocketMap/PokemonGo-Map-in-Cloud/master/manifest.jps) [![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/RocketMap/RocketMap#develop)## Contributions
Please submit all pull requests to [develop](https://github.com/RocketMap/RocketMap/tree/develop) branch.
Building off [tejado's python pgoapi](https://github.com/tejado/pgoapi), [Mila432](https://github.com/Mila432/Pokemon_Go_API)'s API, [leegao's additions](https://github.com/leegao/pokemongo-api-demo/tree/simulation) and [Flask-GoogleMaps](https://github.com/rochacbruno/Flask-GoogleMaps). Current version relies primarily on the pgoapi and Google Maps JS API.
Discord and front-end use [Iconset](http://www.flaticon.com/packs/packs/pokemon-go/) by [Roundicons Freebies](http://www.flaticon.com/authors/roundicons-freebies/) and [icon](http://www.flaticon.com/free-icon/rocket_178158) by [Flat Icons](http://flat-icons.com/) from [www.flaticon.com](http://www.flaticon.com/). License: CC 3.0 BY can be found [here](http://creativecommons.org/licenses/by/3.0/).