This repository contains code to store Pokemon Go data into a KMZ file that can be uploaded to MyMaps for distribution within your local community.
The file pogo-map.py
can be run directory from the command line and takes the name of your map as input:
python pogo-map.py Your_Map_Name_Here
The script will automatically load the following files if they exist:
IITC-pogo.json
, an export from the PoGo Tools IITC pluginsponspored.json
, a json file containing information for sponspored pokestops and gyms, the formating is consistent with data.json
Usage of this tool will require an Ingress account in order to access the Ingress Intel Map and the PoGo Tools IITC plugin.
This code is developed in Python 3.7 and does not have any external dependencies.