-
Member
that was my api key went google and got one but now i just see a whole map with nothing
-
Member
Originally Posted by
deadmarine
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
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
4) paste in the following, assuming chrome is in the default location
Code:
"C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" 127.0.0.1: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 from the old map script or register for an api get at
https://console.developers.google.com/apis/credentials
Code:
{ "GOOGLE_MAPS_API_KEY": "AIzaSyAZzeHhs-8JZ7i18MjFuM35dJHq70n3Hx4"
}
6a) If python is in path
open a command prompt and type the following
Code:
python -m SimpleHTTPServer 8000
6b) point to python install; default
Code:
"C:\Python27\python.exe" -m SimpleHTTPServer 8000
7) double click run.bat
Step 4 is this one? { "GOOGLE_MAPS_API_KEY": "c:\
cd C:\Users\Senseirain\Downloads\Pokemon Go\PokemonGo-Map-master
start python example.py -u Username -p password -l "40.70268161708064, -74.01681035757065" -st 10
start chrome.exe http://localhost:5000/
pause
"
}
No?
-
Contributor
Originally Posted by
senseirain
Step 4 is this one? { "GOOGLE_MAPS_API_KEY": "c:\
cd C:\Users\Senseirain\Downloads\Pokemon Go\PokemonGo-Map-master
start python example.py -u Username -p password -l "40.70268161708064, -74.01681035757065" -st 10
start chrome.exe
http://localhost:5000/
pause
"
}
No?
updating orginal post with my files
Last edited by deadmarine; 07-17-2016 at 06:09 AM.
-
Member
You need to do the following if you are using your own API key
Go to API Manager (Click to go)
Click on Overview
Search for Google Maps JavaScript API(Under Google Maps APIs). Click on that
You will find Enable button there. Click to enable API.
-
Originally Posted by
pahnada
got it working.
copy the python.exe from C:\Python27 in the folder where the run.bat is.
open a command prompt in that folder and type: python -m SimpleHTTPServer 8000
Works like a charm.
-
Member
-
Member
maybe not, my map shows me in columbus usa
-
Contributor
Originally Posted by
ersenos
it worked!!
bad api key?
-
Member
can u please explain step 5 more detail?
can't understand where i can get api... and what kind of api.......
-
Member
Working amazing, thanks!
The question is: does the trainer level influences the pokemons spawned?
I know it influences CP, but the quality of the pokemon?
-
Contributor
Originally Posted by
papikupreman
can u please explain step 5 more detail?
can't understand where i can get api... and what kind of api.......
just use
Code:
AIzaSyAZzeHhs-8JZ7i18MjFuM35dJHq70n3Hx4
-
Member
KK got this working. For me using the API key provided fixed things and simply following the instructions.
Side note: I have tested and am successfully running multiple live maps at the same time. I made multiple lvl 1 pokemon go trainer accounts and used coordinates from two neighborhoods close to me and are running them at the same time. Note to do this one is running on the 8000 port and the other on the 5000 port, so if you want to run multiple just edit everywhere that you see 8000 to be a different number and follow the same steps again but in a new folder e.g. on my computer one is C:\poke1 and the other is C:\poke2.
Edit: I made a mistake the first map stopped updating due to an API request error i believe the fix is using multiple API keys.
Last edited by fakename2; 07-17-2016 at 06:02 AM.
-
Contributor
Originally Posted by
thecrome
Working amazing, thanks!
The question is: does the trainer level influences the pokemons spawned?
I know it influences CP, but the quality of the pokemon?
according to the reddit using the api it shows any currently spawned pokemon.
-
Post Thanks / Like - 1 Thanks
thecrome (1 members gave Thanks to deadmarine for this useful post)
-
Member
Originally Posted by
deadmarine
just use
Code:
AIzaSyAZzeHhs-8JZ7i18MjFuM35dJHq70n3Hx4
so you just right click config.json choose open .... with what program?
-
Member
Originally Posted by
deadmarine
I'am using your files, changed account and location but still nothing on my google maps... the CMD is picking up pokemons tough
Success is not a measure of where you are but a measure of what obstacles you overcome to get where you are.