Auto-Updating pokemon go map menu

User Tag List

Page 8 of 37 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 553
  1. #106
    Ubango's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ubango View Post
    "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
    "C:\Python27\python.exe" main.py -u username -p password --l 30.366599190226438,-89.08717453479767
    pause
    Nevermind I got it to work

    I added in my Browser API to the config and it works now.

    Auto-Updating pokemon go map
  2. #107
    iKasu2kx3's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @deadmarine:

    I didn't looked @ your Code, but you could add the following to support Google Accounts:

    Add Google Auth:
    Code:
    // https://github.com/simon-weber/gpsoauth/tree/master/gpsoauth
    from gpsoauth import perform_master_login, perform_oauth
    
    
    ANDROID_ID = '9774d56d682e549c'
    SERVICE= 'audience:server:client_id:848232511240-7so421jotr2609rmqakceuu1luuq0ptb.apps.googleusercontent.com'
    APP = 'com.nianticlabs.pokemongo'
    CLIENT_SIG = '321187995bc7cdc2b5fc91b11a96e2baa8602c62'
    
    def login_google(username, password):
        print('[!] Google login for: {}'.format(username))
        r1 = perform_master_login(username, password, ANDROID_ID)
        r2 = perform_oauth(username, r1.get('Token', ''), ANDROID_ID, SERVICE, APP,
            CLIENT_SIG)
    
        return r2.get('Auth') # access token
    Make sure you add "service" to the following lines:
    Code:
    def api_req(service, api_endpoint, access_token, req):
    p_req.auth.provider = service
    
    
    def get_api_endpoint(service, access_token):
    p_ret = api_req(service, API_URL, access_token, req.requests)
    
    
    def get_profile(service, api_endpoint, access_token):
    return api_req(service, api_endpoint, access_token, req.requests)
    After that, check if the Username contains a "@" character and if so,
    use "google" for auth instead of "ptc" :3

  3. #108
    jails78's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Automap is updating but my position is going north. I doesn't update around me.
    Any line to modify to change that?

  4. #109
    Kantos's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jails78 View Post
    The Automap is updating but my position is going north. I doesn't update around me.
    Any line to modify to change that?
    check a few pages back someone says to edit a few lines

  5. #110
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this great tool! It works great.

  6. #111
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kantos View Post
    check a few pages back someone says to edit a few lines
    Where is that? I have the same problem but have not seen the solution yet?

  7. #112
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by senseirain View Post
    is there something wrong with my "run2.bat" codes? bcuz evertime i double click it it does nothing but flash a Cmd then closes it,..
    "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
    "C:\Python27\python.exe" main.py -u XXXXXX -p XXXXXX -l "40.70268161708064, -74.01681035757065" -st 10
    Yes, just follow the instructions. No instruction said you needed to add the "-st 10" to the end.

  8. #113
    jails78's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pokemonster View Post
    Where is that? I have the same problem but have not seen the solution yet?
    Yes, someone talk about it in page 2 at the bottom but no one answered.

    Also :
    Originally Posted by Pokemonster View Post
    Yes, just follow the instructions. No instruction said you needed to add the "-st 10" to the end.
    I did not add the "-st 10" at the end, it made me crash the script somehow

  9. #114
    mag134's Avatar Member
    Reputation
    1
    Join Date
    May 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any ideas how to use it with my server? I mean i got the website and I wanted to post the map itself on the website. Any ideas? I know the pc will be running all the time, but it's not a problem.

  10. #115
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes that is my point. That is why his bat2 is crashing. It works if you follow the instructions only it keeps getting north instead of circulating around my location, as you said.

  11. #116
    walking hell's Avatar Private
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it doesn't display on the map, i get to see the whole world map to...


    this is what i get:
    C:\pokemongo-api-demo>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
    Serving HTTP on 0.0.0.0 port 8000 ...
    127.0.0.1 - - [17/Jul/2016 20:25:47] code 404, message File not found
    127.0.0.1 - - [17/Jul/2016 20:25:47] "GET /favicon.ico HTTP/1.1" 404 -
    127.0.0.1 - - [17/Jul/2016 20:28:38] code 404, message File not found
    127.0.0.1 - - [17/Jul/2016 20:28:38] "GET /favicon.ico HTTP/1.1" 404 -
    127.0.0.1 - - [17/Jul/2016 20:31:41] "GET /index.html HTTP/1.1" 200 -

  12. #117
    Schroom's Avatar Active Member
    Reputation
    43
    Join Date
    Oct 2007
    Posts
    147
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Evreything seems to be working, it prints pokemon locations to the CMD. The map however doesnt seem to work. The website opens and goes to http://127.0.0.1:8000/index.html. I updated the HTML file with yours (from page 1, hide options).

  13. #118
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The servers are down, you can see in bat2 what is happening.

  14. #119
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by walking hell View Post
    it doesn't display on the map, i get to see the whole world map to...


    this is what i get:
    C:\pokemongo-api-demo>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
    Serving HTTP on 0.0.0.0 port 8000 ...
    127.0.0.1 - - [17/Jul/2016 20:25:47] code 404, message File not found
    127.0.0.1 - - [17/Jul/2016 20:25:47] "GET /favicon.ico HTTP/1.1" 404 -
    127.0.0.1 - - [17/Jul/2016 20:28:38] code 404, message File not found
    127.0.0.1 - - [17/Jul/2016 20:28:38] "GET /favicon.ico HTTP/1.1" 404 -
    127.0.0.1 - - [17/Jul/2016 20:31:41] "GET /index.html HTTP/1.1" 200 -
    Run bat2...

  15. #120
    boneair010's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing script. Thank you

Page 8 of 37 FirstFirst ... 456789101112 ... 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:16 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