Auto-Updating pokemon go map menu

User Tag List

Page 13 of 37 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 553
  1. #181
    Subversion2's Avatar Contributor
    Reputation
    108
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    68/41
    Trade Feedback
    0 (0%)
    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
    I still just see the Pokemon, no filter. I updated the index.html with his OPs code...


    Nevermind, turned AdBlock extension off and I see it. THanks brotherman bill!!!!!!!!
    Last edited by Subversion2; 07-17-2016 at 10:26 PM.

    Auto-Updating pokemon go map
  2. #182
    blueberry18's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    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
    How do I do this please? I cant get it to work. I can see the list of pokemon on cmd but the map is not showing anything.

  3. #183
    hwado685's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Subversion2 View Post
    I still just see the Pokemon, no filter. I updated the index.html with his OPs code...


    Nevermind, turned AdBlock extension off and I see it. THanks brotherman bill!!!!!!!!
    i used the first method and its working fine. if i change the url on my chrome, will it have a pop up with the filter to get rid of the low tier pokemon?

  4. #184
    ngnug's Avatar Member
    Reputation
    11
    Join Date
    Dec 2008
    Posts
    27
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you get it to just auto update a given area? mine updates going south.

  5. #185
    goatsag's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting this when running run2.bat:

    C:\Users\jmoney>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
    Serving HTTP on 0.0.0.0 port 8000 ...
    127.0.0.1 - - [18/Jul/2016 00:24:56] code 404, message File not found
    127.0.0.1 - - [18/Jul/2016 00:24:56] "GET /config.json HTTP/1.1" 404 -
    127.0.0.1 - - [18/Jul/2016 00:26:19] code 404, message File not found
    127.0.0.1 - - [18/Jul/2016 00:26:19] "GET /config.json HTTP/1.1" 404 -

  6. #186
    41600's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by goatsag View Post
    I keep getting this when running run2.bat:

    C:\Users\jmoney>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
    Serving HTTP on 0.0.0.0 port 8000 ...
    127.0.0.1 - - [18/Jul/2016 00:24:56] code 404, message File not found
    127.0.0.1 - - [18/Jul/2016 00:24:56] "GET /config.json HTTP/1.1" 404 -
    127.0.0.1 - - [18/Jul/2016 00:26:19] code 404, message File not found
    127.0.0.1 - - [18/Jul/2016 00:26:19] "GET /config.json HTTP/1.1" 404 -
    run the .bat/command inside the folder where the other files are.

    C:\pokemon>"C:\Python27\python.exe" -m SimpleHTTPServer 8000

  7. #187
    goatsag's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, that part is now working but now I am getting :

    Traceback (most recent call last):
    File "main.py", line 1, in <module>
    import requests
    ImportError: No module named requests

    I have valid PTC credentials listed the file.

  8. #188
    41600's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by goatsag View Post
    Thanks, that part is now working but now I am getting :

    Traceback (most recent call last):
    File "main.py", line 1, in <module>
    import requests
    ImportError: No module named requests

    I have valid PTC credentials listed the file.
    pip install -r requirements.txt

    if pip not found

    "C:\Python27\Scripts\pip" install -r requirements.txt

  9. #189
    Zestro's Avatar Active Member
    Reputation
    57
    Join Date
    May 2012
    Posts
    166
    Thanks G/R
    6/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    instructions were amazingly simple, thanks! +rep when I can give it tomorrow.

  10. #190
    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)
    What's this???

    Traceback (most recent call last):
    File "main.py", line 384, in <module>
    main()
    File "main.py", line 283, in main
    set_location(args.location)
    File "main.py", line 93, in set_location
    loc = geolocator.geocode(location_name)
    File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 217, in geocode
    self._call_geocoder(url, timeout=timeout), exactly_one
    File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 338, in _parse_json
    self._check_status(page.get('status'))
    File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 363, in _check_status
    'The given key has gone over the requests limit in the 24'
    geopy.exc.GeocoderQuotaExceeded: The given key has gone over the requests limit in the 24 hour period or has submitted too many requests in too short a period of time.

  11. #191
    decaphiltrator's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mine seems to work fine no errors etc, showing that pokemon are at X location etc. but i cannot see any pokemon on the actual map

    edit after adding the code to the index.html i can now see pokemon on the map and all works perfect thanks

    Edit: i noticed it doesnt update in a circluar motion but more it runs north. of the start location, so i cant really see anypokemon around me just whats infront +
    Last edited by decaphiltrator; 07-18-2016 at 01:24 AM.

  12. #192
    scrapsmoke's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by decaphiltrator View Post
    Mine seems to work fine no errors etc, showing that pokemon are at X location etc. but i cannot see any pokemon on the actual map
    which method did you use?

  13. #193
    Quazzap's Avatar Private
    Reputation
    5
    Join Date
    Apr 2014
    Posts
    12
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by l1e2x3i4 View Post
    Does the Hide Pokemon Option work for anyone? I replaced the code of the index file and it still works like before, but the hide window isn't showing up?

    Edit: Nevermind, got it working.
    Attachment 27277

    how did you fix it?
    no hide window for me...

    Edit: just refreshed, works now!
    Last edited by Quazzap; 07-18-2016 at 01:42 AM.

  14. #194
    scrapsmoke's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could use some help. I followed everything to the letter, and i just get drawing tools popping up.

  15. #195
    Tobbo88's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    66
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mines stopped working... Now the first bat file (run.bat) does not update just says..

    C:\pokemongo-api-demo>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
    Serving HTTP on 0.0.0.0 port 8000 ...


    I run bat 2 and they both normally update but now run2 updates says pokemon nearby but they no longer appear on the map :-/ .... so weird

Page 13 of 37 FirstFirst ... 91011121314151617 ... 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 12:28 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