Just2good / pkmngo-map

PkmnGo Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PkmnGo Map

This is a Work-In-Progress attempt to merge all Pokemon-Go-API Python project.

Feature will be developed on base of the Project maintainer's view, so Pull-Request that don't follow his views will be rejected.

  • USE AT YOUR OWN RISK, Ban may occour!
  • Not so User-Friendly
  • Includes protobuf file
  • Ugly code

This version works only with PokemonTrainerClub account. Don't use your official account or you may end up Banned.

Don't refresh Gyms and Pokestop data many time on Phone, it will consume much bandwith

Todo

  • One Click Deploy on Heroku like emeth-/pokelocater/
  • Cache PTC Credentials
  • Save in localstorage Hide Pokemon

Screen

Screen2

Another screen https://i.imgur.com/mpLvARC.png

Instructions

Generate a Google Maps API key here: https://console.developers.google.com/apis/credentials

Linux/macOS

  • pip install -r requirements.txt
  • Put Google Maps API key in config.json
  • Syntax: ./run.sh [user] [pass] "[location]"
  • Open another terminal in the project location and run python -m SimpleHTTPServer 8000
  • Run your browser to http://localhost:8000

Windows

  • pip install -r requirements.txt
  • Put Google Maps API key in config.json
  • Start run.bat and enter in prompts for username, password, and location
  • Open browser to http://localhost:8000

Additional windows help here: https://www.reddit.com/r/pokemongodev/comments/4t8ohw/autoupdating_pokemon_go_map_scanner/d5g7xh80

Donate

My Bitcoin address is 1GV4ckHwhsqn9UAwgM8qFYArA8njCqZ21y

License

See LICENSE file

Credits

Thanks a lot to Mila432, Tejado for base API
Thanks to Leegao for Pokemon scanning
Thanks to AHAAAAAAA for Gym/PokeStop scanning
Thanks to memelyfe for PokeMap

Thanks to all /r/pokemongodev subreddit

About

PkmnGo Map

License:MIT License


Languages

Language:Python 45.2%Language:HTML 37.2%Language:Protocol Buffer 16.9%Language:Batchfile 0.6%Language:Shell 0.1%