How to get Pokémon quickly with Pokémon Go Map

Everybody is talking about pokemongo, the excellent game created by Nintendo And that is captivating young and old, there are already many countries that are legally enjoying the game and many others where it is about to arrive. How we too have stuck to the fever of Pokémon Go, we present you Pokemon go map the open source script made by the community, to help get pokémon quickly and easily.

What is Pokémon Go Map?

Pokemon go map is a script made in Python that allows us to view live all the pokémon, pokémon gyms and poke stops in a given area. Nowadays Pokemon go map it runs on a simple server, integrated with Google Maps and an image viewer.

In the same way we can deploy Pokemon go map en jelastic, Heroku among others. pokemonGoMap

Pokémon Go Map Requirements

Pokemon go map requires to have installed Python 2.7 y Pip, does not support Python 3. In the same way, we need a pokémon club or google account that is linked to the application Pokémon Go, also a Google Maps API Key.

How to install Pokémon Go Map

To install Python y Pip we must execute the following commands:

sudo apt-get install python python-pip

 cd /usr/src

wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz

tar xzf Python-2.7.10.tgz

cd Python-2.7.10

sudo ./configure $ sudo make altinstall

Must clone the official Pokémon Go Map repository on our computer.
git clone https://github.com/AHAAAAAAA/PokemonGo-Map.git

We proceed to install Pokémon Go Map
cd /PokemonGo-Map
pip install -r requirements.txt

How to use Pokémon Go Map

To start the server, run the following command:

python runserver.py -u [nombre de usuario] -p [contraseña] -st 10 -k [Google Maps API key] -l "[ubicación]"

Or use your google account with the following command:

python runserver.py -a google -u [nombre de usuario] -p [contraseña] -st 10 -k [Google Maps API key] -l "[Ubicación]" 

Replace [username] and [Password] with your Pokémon Club credentials and [location] with any location, for example, Washington, DC or the corresponding latitude and longitude coordinates, for example 38,9072 77,0369 .

To access, we must enterhttp://localhost:5000 and we will visualize the corresponding map and the pokémon, gyms and pokeparadas that are in it. We must refresh the page manually, since automatic updating is not supported yet.

Pokémon Go Map for Android

There is a Pokémon Go Map client built with Native Android, we can view it here, said client has all the characteristics of Pokemon go map for desktop, in addition to including exclusive notifications.

pokemonGoMap-Android

Pokémon Go Map for Ios

Caracteristicas de Pokémon Go Map para Ios

  • Mostrar / Ocultar Pokémon, Gimnasios y Pokeparadas
  • Ruta de destino para capturar un pokemon específico
  • Notificación en la barra de estado cuando se añade un nuevo pokemon en el mapa
  • Posibilidad de hacer una lista de pokemon favoritos (cuando se añada un pokemon favorito en el mapa, se visualizará una notificación en su teléfono)
  • Posibilidad de añadir cualquier servidor
  • Posibilidad de mostrar / ocultar los pokemones más comunes como (Rattata, Pidgey, Zubat, Drowzee)

Instalación de Pokémon Go Map para Ios

  1. Instalar Xcode 8 beta https://developer.apple.com/download/
  2. Abrir iPokeGo.xcodeproj en Xcode
  3. Eligen su propia cuenta de iTunes en la sección de firma> Equipo
  4. Conectar el dispositivo y en la parte superior seleccionarlo en el menú desplegable
  5. Golpear el botón de reproducción se debe compilar y transferir hacia el dispositivo pluged y abierto
  6. Si esta es la primera aplicación para instalar debajo de su propia cuenta de iTunes tendrá que aprobarlo. En el dispositivo en AJUSTE> General> Perfiles haga clic en la confianza.
  7. desconectar y disfrutar de la aplicación

Compatibilidad de Pokémon Go Map para Ios

Esta aplicación funciona con todos los iPhone / iPod Touch y IPAD, sólo es necesario iOS 8 o superior.

pokemongoIos

We hope you enjoy these tools that allow you to speed up the process of capturing new Pokémon, we must bear in mind that the terms and conditions of Nintendo these script types are not supported, so use at your own risk.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Max rodriguez said

    Hey, at the beginning it says that it does not support python 3 and in the next paragraph they give instructions to install python 3, check and correct what is necessary, it confuses

  2.   John Roa said

    It is true. It is made in python 2.7, not python 3.5 !!!

  3.   AzureusShit said

    In case you are interested, it is also in AUR