Auto-Updating pokemon go map menu

Shout-Out

User Tag List

Page 12 of 37 FirstFirst ... 8910111213141516 ... LastLast
Results 166 to 180 of 553
  1. #166
    dartar's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    19
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ohnobye View Post
    Do you have the hide function working at all?
    if u open the link in another explorer (edge for me) the hide menu is there but in chrome not, atleast for me.

    but i have another problem. changed nothing. it worked few hours ago and now the map opens in chrome but doesnt go to the target location and no pokemon icons there. in cmd the pokemons are found?!

    Auto-Updating pokemon go map
  2. #167
    15000nick's Avatar Member
    Reputation
    4
    Join Date
    Oct 2014
    Posts
    21
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you're using chrome, you can do this...
    Make a new shortcut or something on your desktop with
    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" 127.0.0.1:8000\index.html --args"C:\Program Files (x86)\Google\Chrome\Application" --disable-web-security --allow-file-access-from-files

  3. #168
    15000nick's Avatar Member
    Reputation
    4
    Join Date
    Oct 2014
    Posts
    21
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @deadmarine- Is there any chance we could get a search box? Like you set where you want it to scan and it doesn't really scan where you want.

    Do you think we could like set two points and make it where it makes a box and scans everything in that box?

  4. #169
    EsPi92's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pacman7 View Post
    I get this problem:

    Code:
    C:\pokemongo-api-demo-maps>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
    Serving HTTP on 0.0.0.0 port 8000 ...
    127.0.0.1 - - [18/Jul/2016 02:06:57] code 404, message File not found
    127.0.0.1 - - [18/Jul/2016 02:06:57] "GET /favicon.ico HTTP/1.1" 404 -
    Minutes later this

    Code:
    C:\pokemongo-api-demo-maps>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
    Serving HTTP on 0.0.0.0 port 8000 ...
    127.0.0.1 - - [18/Jul/2016 02:13:51] "GET /index.html HTTP/1.1" 200 -
    127.0.0.1 - - [18/Jul/2016 02:13:53] code 404, message File not found
    127.0.0.1 - - [18/Jul/2016 02:13:53] "GET /favicon.ico HTTP/1.1" 404 -
    Chrome starts, map is shown, but there aren't any Pokemon. The map does not zoom in.
    Same here!

  5. #170
    EsPi92's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by n00bmasta View Post
    This - ImportError: No module named requests

    Having the same issue with the bat and it autocloses
    Closing all Chrome windows has helped in that regard

  6. #171
    padman's Avatar Member
    Reputation
    14
    Join Date
    Apr 2007
    Posts
    41
    Thanks G/R
    6/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To get the filtering working type:
    http://localhost:8000/ in Chrome instead of http://127.0.0.1:8000/index.html

  7. #172
    dartar's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    19
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by padman View Post
    To get the filtering working type:
    http://localhost:8000/ in Chrome instead of http://127.0.0.1:8000/index.html
    this also fixed my bug that pokemon not on map anymore. all fine now again

  8. #173
    Detk0rd's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    22
    Thanks G/R
    6/0
    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

    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
    4) paste in the following, assuming chrome is in the default location. PTC login only.
    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 below or register for an api key here 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) open a command prompt and point to python install; if python installed in C:\python27 if somewhere else change it accordingly
    Code:
    "C:\Python27\python.exe" -m SimpleHTTPServer 8000
    7) double click run.bat

    Method 2
    If your having issues.
    Over night the link was still old data. the thread didn't update the link target just the text. perks of being tired.
    (No longer contains my extra marker data)https://www.wetransfer.com/downloads...7110412/ec402b


    1. Extract to C:\\
    2. Open pokemongo-api-demo
    3. edit run2.bat and change username, password and location. Save changes.
    4. Double click run.bat
    5. Double click run2.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




    If your using my files you can update the index.html to add a hide option.

    Code:
    <!DOCTYPE html>
    <html>
      <head>
        <title>Drawing tools</title>
        <meta name="viewport" content="initial-scale=1.0, user-scalable=no">
        <meta charset="utf-8">
        <style>
          html, body {
            height: 100%;
            margin: 0;
            padding: 0;
          }
          #map {
            height: 100%;
          }
          #legend {
            background: #FFF;
            padding: 10px;
            margin: 5px;
            font-size: 12px;
            font-family: Arial, sans-serif;
            height: 255px;
            width: 150px;
          }
          #legend div {
           height: 210px;
           overflow: auto;
          }
          #legend li {
           list-style-type: none;
          }
        </style>
      </head>
      <body>
        <div id="map"></div>
        <div id="capture"></div>
        <script>
          function loadScript(src) {
            var element = document.createElement("script");
            element.src = src;
            document.body.appendChild(element);
          }
    
    
          function getFile(path, asynch, callback) {
            var xhr = new XMLHttpRequest();
            xhr.open("GET", path, asynch);
            xhr.onload = function (e) {
              if (xhr.readyState === 4) {
                callback(xhr.responseText);
              }
            };
            xhr.onerror = function (e) {
              console.error(xhr.status);
            };
            xhr.send(null);
          }
    
    
          function cap(string) {
            return string.charAt(0).toUpperCase() + string.slice(1);
          }
    
    
          function pad(n, width, z) {
            z = z || '0';
            n = n + '';
            return n.length >= width ? n : new Array(width - n.length + 1).join(z) + n;
          }
    
    
          function toggleLayer(checked, pkmn) {
            if (checked) {
                hidden_layers.push(pkmn);
            } else {
                var index = hidden_layers.indexOf(pkmn);
                if(index > -1){
                  hidden_layers.splice(index,1);
                }
            }
            refreshData();
          };
    
    
    
    
          function refreshData() {
            getFile("data.json", true, function(response) {
              console.log("Refreshing data...");
              var preLength = data.length;
              data = JSON.parse(response);
    
    
              if (preLength != data.length) {
                // Clear markers
                for (var i = 0; i < markers.length; i++) {
                  listeners[i].a.remove();
                  listeners[i].b.remove();
                  markers[i].setMap(null);
                }
                listeners = [];
                markers = [];
    
    
                // Add updated markers
                for (var i = 0; i < data.length; i++) {
                  var p = data[i];
                  if (!updated) {
                    map.setZoom(16);
                    map.panTo({lat: p.lat, lng: p.lng});
                    updated = true;
                  }
    
    
                  if(hidden_layers.indexOf(p.name) == -1){
                    // Pokemon not hidden
                    if(layers.indexOf(p.name) == -1){
                      layers.push(p.name);
                    }
                    console.log("Adding marker " + p.name);
    
    
                    var infowindow = new google.maps.InfoWindow({
                    });
    
    
                    var image = "http://icons.iconarchive.com/icons/hektakun/pokemon/72/" + pad(p.id, 3) + "-" + cap(p.name) + "-icon.png";
    
    
                    var marker = new google.maps.Marker({
                      map: map,
                      position: {lat: p.lat, lng: p.lng},
                    //label: p.name.charAt(0),
                    title: "<b>"+p.name+"</b><br>Time left: " + p.poketime + "<br>Lat: "+p.lat+"<br>Long: "+p.lng,
                      icon: image
                    });
    
    
                    var listenerPair = {
                      a: google.maps.event.addListener(marker, 'mouseover', function() {
                        infowindow.setContent(this.title);
                        infowindow.open(map, this);
                      }),
    
    
                      b: google.maps.event.addListener(marker, 'mouseout', function() {
                        infowindow.close(map, this);
                      })
                    };
    
    
                    listeners.push(listenerPair);
                    markers.push(marker);
                  }
                }
    
    
                // Draw layer manager
                var list = document.getElementById('legend-list');
                var content = [];
                for (var id in layers) {
                  var pkmn = layers[id];
                  var checked = hidden_layers.indexOf(pkmn) != -1 ? "checked": "";
                  content.push("<li><input type='checkbox' id='" + pkmn +  "'" +
                  " onclick='toggleLayer(this.checked, this.id)' "+checked+"\/>" +
                  pkmn + "<\/li>");
                }
                list.innerHTML = content.join('');
              }
            });
          }
    
    
          data = {};
          map = null;
          markers = [];
          listeners = [];
          hidden_layers = [];
          layers = [];
          updated = false;
    
    
    
    
          getFile("config.json", false, function(configData) {
            config = JSON.parse(configData)
            console.log("Using api key: " + config.GOOGLE_MAPS_API_KEY);
            loadScript("https://maps.googleapis.com/maps/api/js?key=" + config.GOOGLE_MAPS_API_KEY + "&libraries=drawing&callback=initMap");
          });
    
    
          function initMap() {
            console.log("Initializing map");
            setInterval(refreshData, 1000);
    
    
            map = new google.maps.Map(document.getElementById('map'), {
              center: {lat: 0, lng: 0},
              zoom: 4
            });
    
    
            var legend = document.createElement('div');
            legend.id = 'legend';
            var content = [];
            content.push('<h3>Hide Pokemon</h3>');
            content.push('<div id="legend-list"></div>');
            legend.innerHTML = content.join('');
            legend.index = 1;
            map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(legend);
          }
        </script>
      </body>
    </html>

    thank you for all your hard work.. i tried getting htis to work by downloading your files and just editing my username and pass location etc.. but for some reason i get this nothing else.. I am just curious why? and then i open run 2.. and i get the map but nothign ever pops up.. thank you

    ok.. now im getting i open the "run" i get serving http on 0.0.0.0 port 8000.. then when i open that run2.. i get the image above.. but now when it opens the google map nothing pops up.. just sits in africa or something like that .


    i got it to work by doing http://localhost:8000/ instead of actually going to 127 version


    also is there a way to copy the lat/long?!
    Last edited by Detk0rd; 07-17-2016 at 08:31 PM.

  9. #174
    EsPi92's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Detk0rd View Post
    thank you for all your hard work.. i tried getting htis to work by downloading your files and just editing my username and pass location etc.. but for some reason i get this nothing else.. I am just curious why? and then i open run 2.. and i get the map but nothign ever pops up.. thank you

    ok.. now im getting i open the "run" i get serving http on 0.0.0.0 port 8000.. then when i open that run2.. i get the image above.. but now when it opens the google map nothing pops up.. just sits in africa or something like that .


    i got it to work by doing http://localhost:8000/ instead of actually going to 127 version


    also is there a way to copy the lat/long?!
    How did u get it to work, so that it went to the 2nd picture? What did u fix?

  10. #175
    TmanD6's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    29
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to run this off android phones?

  11. #176
    Hamselv007's Avatar Member
    Reputation
    1
    Join Date
    Apr 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C:\pokemongo-api-demo>"C:\Program Files (x86)\Google\Chrome\Application\Chrome.e
    xe" 127.0.0.1:8000/index.html --args --disable-web-security --allow-file-access-
    from-files

    C:\pokemongo-api-demo>"C:\Python27\python.exe" main.py -u ******* -p ******
    3 -l "-33.87340863832206, 151.21041297912598"
    [!] Your given location: Cross City Tunnel, Woolloomooloo NSW 2011, Australia
    [!] lat/long/alt: -33.8732375 151.2091559 0.0
    [!] login for: ********
    [+] RPC Session Token: TGT-6721866-1zFfwwS4MSNow ...
    [ ] Sleeping for 1 second
    [+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/10/rpc
    [ ] Sleeping for 1 second
    [+] Login successful
    Traceback (most recent call last):
    File "main.py", line 384, in <module>
    main()
    File "main.py", line 303, in main
    profile.ParseFromString(payload)
    File "C:\Python27\lib\site-packages\google\protobuf\message.py", line 186, in
    ParseFromString
    self.MergeFromString(serialized)
    File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
    ", line 841, in MergeFromString
    if self._InternalParse(serialized, 0, length) != length:
    File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
    ", line 874, in InternalParse
    pos = field_decoder(buffer, new_pos, end, self, field_dict)
    File "C:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
    654, in DecodeField
    if value._InternalParse(buffer, pos, new_pos) != new_pos:
    File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
    ", line 874, in InternalParse
    pos = field_decoder(buffer, new_pos, end, self, field_dict)
    File "C:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
    520, in DecodeField
    field_dict[key] = _ConvertToUnicode(buffer[pos:new_pos])
    File "C:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
    487, in _ConvertToUnicode
    return local_unicode(byte_str, 'utf-8')
    UnicodeDecodeError: 'utf8' codec can't decode byte 0x8c in position 1: 'utf8' co
    dec can't decode byte 0x8c in position 1: invalid start byte in field: ResponseE
    nvelop.Profile.unknown11

    C:\pokemongo-api-demo>pause
    Press any key to continue . . .

    As you can see its not scanning anything, just this message.

    Anyone knows what I'm doing wrong?

  12. #177
    ssmsunaq's Avatar Member
    Reputation
    5
    Join Date
    Feb 2016
    Posts
    26
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a way to easily change coordinates without editing run2.bat everytime ?

  13. #178
    equation's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    30
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to clear the map? If i close it down with pokemon still on it, they are there when i start it again.

  14. #179
    15000nick's Avatar Member
    Reputation
    4
    Join Date
    Oct 2014
    Posts
    21
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ssmsunaq View Post
    is there a way to easily change coordinates without editing run2.bat everytime ?
    You can make a .bat for each area.

  15. #180
    n00bmasta's Avatar Master Sergeant
    Reputation
    20
    Join Date
    Jul 2012
    Posts
    96
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've having an issue where I enter a GPS location, and the map starts populating pokemon in a small area, then it starts going to the left (several km). If i were to adjust the GPS a bit to the right, pokemon now start populating to the right... Any thoughts?
    Thanks

Page 12 of 37 FirstFirst ... 8910111213141516 ... 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 09:22 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