Github code has been updated 7/18/16 - Please update.
7/18 Noon EST all the api request seem to be down hold off on using
If you can run this one by sync,
http://www.ownedcore.com/forums/poke...kemon-map.html (Even more precise location of nearby pokemon ON MAP!)
you can most likely run this one. However there is more work involved to set it up
CHECK SERVER STATUS BEFORE POSTING ERRORS
https://go.jooas.com/
Method 1
1) download
https://github.com/memelyfe/pokemong...chive/maps.zip
2)Extract to C:\
so you have C:\\pokemongo-api-demo-maps
3) rename run.sh to run.bat and right click edit
4a) if python is path first line is
Code:
start cmd /k python -m SimpleHTTPServer 8000
4b) Otherwise point to python directory ex: below
Code:
start cmd /k "C:\Python27\python.exe" -m SimpleHTTPServer 8000
4c) paste in the following after the first line, assuming chrome is in the default location. try localhost:8000 or 127.0.0.1:8000 if one doesnt work for you.
PTC login only.
Code:
"C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" localhost:8000/index.html --args --disable-web-security --allow-file-access-from-files
python main.py -u username -p passowrd -l "location"
5) open config.json and take the api key below or register for an api key here
https://console.developers.google.com/apis/credentials
Code:
{ "GOOGLE_MAPS_API_KEY": "AIzaSyAZzeHhs-8JZ7i18MjFuM35dJHq70n3Hx4"
}
6) double click run.bat
Common errors:
- 4 pokemon in columbus
- i uploaded with info in data.json. data.json should be empty besides some [ ]
- Not seeing pokemon or map
- Do you have two open cmd windows?
- One with the httpserver running
- second with the main script running
- should show the standard login and pokemon within x steps read out.
- [+] Received API endpoint: https:///rpc
- [-] API request error, retrying
- Either PTC or PoGo servers are down