jesserockz / Pokemap

A native Android client built with https://github.com/AHAAAAAAA/PokemonGo-Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemap Build Status

A native Android client built with https://github.com/AHAAAAAAA/PokemonGo-Map

Building

To build this you need to add your PTC username and password to the getToken function in the Activity's onCreate method as follows:

...
try {
  getToken(USERNAME, PASSWORD);
} catch (IOException e) {
  e.printStackTrace();
}
...

PRs - please follow the Android style guides & best practices

So the main work we need to do is to effectively translate the code over at the main repo to work in native Android. The login functionality to get the token has been implemented and I started migrating the code to grab the actual Pokemon / Pokestop data using the .proto files.

Please read through the main repo to see how the Python code is grabbing the spawned Pokemon, etc. We need to recreate that functionality in Java :D.

Also please read this: https://www.reddit.com/r/pokemongodev/comments/4svl1o/guide_to_pokemon_go_server_responses/

#[Offical Website] (https://jz6.github.io/PoGoMap/#) Live visualization of all pokemon (with option to show gyms and pokestops) in your area. This is a proof of concept that we can load all nearby pokemon given a location. Currently runs on a Flask server displaying a Google Map with markers on it.

Using this software is against the ToS and can get you banned. Use at your own risk.

Building off Mila432's PokemonGo API, tejado's additions, leegao's additions and Flask-GoogleMaps.


For instructions, please refer to the wiki

About

A native Android client built with https://github.com/AHAAAAAAA/PokemonGo-Map

License:MIT License


Languages

Language:Java 100.0%