JunyiJ / Pokemap

A native Android client to map the Pokemon around you!

Home Page:https://jz6.github.io/PoGoMap/#

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

Join the Slack channel

Building

Check the Wiki for more info on building!

All PRs should go to the dev branch. master will be updated periodically with stable(ish) releases.

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 to map the Pokemon around you!

https://jz6.github.io/PoGoMap/#

License:MIT License


Languages

Language:Java 100.0%