martinohanlon / 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

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

Use Python2.7 for better compatibility.

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 cd web; python -m SimpleHTTPServer 8000
  • Run your browser to http://localhost:8000

Windows

  • Frist run pip.exe install -r [location requirements.txt],
    Example : C:\Python27\Scripts\pip.exe install -r C:\Users\Royal\Downloads\pkmngo-map-maps\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

Docker

  • Modify docker-compose.yml to set your USERNAME, PASSWORD, LOCATION and GOOGLE_MAPS_KEY (for best results, anyway)
  • Run docker-compose up for great justice.

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.1%Language:HTML 38.3%Language:Protocol Buffer 15.0%Language:Shell 1.1%Language:Batchfile 0.6%