Auto-Updating pokemon go map menu

Shout-Out

User Tag List

Page 3 of 37 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 553
  1. #31
    ersenos's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that was my api key went google and got one but now i just see a whole map with nothing

    Auto-Updating pokemon go map
  2. #32
    senseirain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    142
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadmarine View Post
    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?

  3. #33
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by senseirain View Post
    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.

  4. #34
    ensar00's Avatar Member
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    11
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  5. #35
    CyaBB's Avatar Member Authenticator enabled
    Reputation
    14
    Join Date
    Apr 2014
    Posts
    150
    Thanks G/R
    21/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pahnada View Post
    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.

  6. #36
    ersenos's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it worked!!

  7. #37
    ersenos's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe not, my map shows me in columbus usa

  8. #38
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ersenos View Post
    it worked!!
    bad api key?

  9. #39
    papikupreman's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can u please explain step 5 more detail?
    can't understand where i can get api... and what kind of api.......

  10. #40
    thecrome's Avatar Member
    Reputation
    1
    Join Date
    Oct 2015
    Posts
    1
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  11. #41
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by papikupreman View Post
    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

  12. #42
    fakename2's Avatar Member
    Reputation
    3
    Join Date
    Apr 2016
    Posts
    42
    Thanks G/R
    8/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  13. #43
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thecrome View Post
    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.

  14. Thanks thecrome (1 members gave Thanks to deadmarine for this useful post)
  15. #44
    papikupreman's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadmarine View Post
    just use
    Code:
    AIzaSyAZzeHhs-8JZ7i18MjFuM35dJHq70n3Hx4
    so you just right click config.json choose open .... with what program?

  16. #45
    hellrazor113's Avatar Member
    Reputation
    11
    Join Date
    Jun 2009
    Posts
    63
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadmarine View Post
    updating orginal post with a my files, https://www.wetransfer.com/downloads...7104356/257917
    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.

Page 3 of 37 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [How-To] Auto-updating Pokemon GO map scanner
    By Ashketchup in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 07-17-2016, 04:22 AM
  2. Best Wow Realmlist Changer (+ Auto Update)
    By Sikas in forum WoW EMU Programs
    Replies: 1
    Last Post: 01-09-2012, 06:26 AM
  3. How to make an auto updater! For noobs :)
    By EmiloZ in forum Programming
    Replies: 4
    Last Post: 03-27-2009, 03:54 PM
  4. [Question] Zygor auto update?
    By svampus in forum World of Warcraft General
    Replies: 0
    Last Post: 02-20-2009, 09:53 PM
  5. Auto Update of WoW
    By StefanSon in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 02-13-2008, 05:08 PM
All times are GMT -5. The time now is 07:41 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search