[INFO ONLY] Reddit Pokemongodev have already made a pokestop bot menu

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 64
  1. #16
    TheEnglishGuy's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2011
    Posts
    197
    Thanks G/R
    20/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Insanefury View Post
    Lol my bot is way ahead of his and all I'm using is a macro script on repeat. It's got walking, Pokestops, Egg hatch and pokemon catching down. Just working on gym battles now but they are damn glitchy.
    You are using a macro script and you say you are way ahead of his bot? His bot directly hooks into the API, automatically responds to server requests, recogzines nearby pokestops (and moves to them) and re-logs whenever you need a fresh auth. That's on a whole other level than a macro script bot.

    [INFO ONLY] Reddit Pokemongodev have already made a pokestop bot
  2. #17
    twinkmates's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    61
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [!] Using google as login..
    [!] using: True
    [+] Token: eyJhbGciOiJSUzI1NiIsImtpZCI6IjhmYmJlZWE0...
    [+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/138/rpc
    Traceback (most recent call last):
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 92, in <module>
    main()
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 85, in main
    start_work(access_token,ltype)
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 31, in start_work
    profile = public.get_profile(api_endpoint, access_token)
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\public.py", line 109, in get_profile
    return api_req(api_endpoint, access_token, req.requests)
    TypeError: api_req() takes exactly 4 arguments (3 given)

    anyone knows why it wont start?

  3. #18
    Syncness's Avatar Legendary
    Reputation
    695
    Join Date
    Dec 2007
    Posts
    953
    Thanks G/R
    2/65
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Servers are down.
    Double check you're trading with me in case of impostors

  4. #19
    Kinosix's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    94
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting a google login error. However, I get a valid token using the radar. Any ideas whats up?



    Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.

    C:\Users\xxxxx>cd C:\Users\xxxxxx\Downloads\Pokemon_Go_API-master

    C:\Users\xxxxx\Downloads\Pokemon_Go_API-master>main.py -u xxxxxxx -p xxxxxxx --l "-xxxxxx, xxxxxxx"
    [!] Using google as login..
    [-] problem in google login..
    [-] access_token bad

    C:\Users\xxxxx\Downloads\Pokemon_Go_API-master>

  5. #20
    twinkmates's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    61
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    servers are up again! but still cant login same error

    C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master>main.py
    [!] Using google as login..
    [!] using: True
    [+] Token: eyJhbGciOiJSUzI1NiIsImtpZCI6IjBiOTE1YzZh...
    [+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/175/rpc
    Traceback (most recent call last):
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 92, in <module>
    main()
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 85, in main
    start_work(access_token,ltype)
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 31, in start_work
    profile = public.get_profile(api_endpoint, access_token)
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\public.py", line 109, in get_profile
    return api_req(api_endpoint, access_token, req.requests)
    TypeError: api_req() takes exactly 4 arguments (3 given)

  6. #21
    Kinosix's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    94
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where are you inputting your google username/password?

  7. #22
    AluTa49's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    55
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by twinkmates View Post
    servers are up again! but still cant login same error

    C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master>main.py
    [!] Using google as login..
    [!] using: True
    [+] Token: eyJhbGciOiJSUzI1NiIsImtpZCI6IjBiOTE1YzZh...
    [+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/175/rpc
    Traceback (most recent call last):
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 92, in <module>
    main()
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 85, in main
    start_work(access_token,ltype)
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 31, in start_work
    profile = public.get_profile(api_endpoint, access_token)
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\public.py", line 109, in get_profile
    return api_req(api_endpoint, access_token, req.requests)
    TypeError: api_req() takes exactly 4 arguments (3 given)
    Gettings exactly the same errors ... damn it

  8. #23
    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)
    wonder if scripting could go as far as to spawn or instigate abattle with certain pokemon

  9. #24
    Kinosix's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    94
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone? Where are you inputting your login information?

  10. #25
    TheEnglishGuy's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2011
    Posts
    197
    Thanks G/R
    20/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You have to do this first:

    1.Open CMD, change directory to Python scripts directory, type cd c:/python27/scripts or where your installed your python
    2. Install modules

    Type:

    pip install requests
    pip install protobuf
    pip install geopy
    pip install s2sphere

    After that you shouldn´t get the errors.

  11. #26
    AluTa49's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    55
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    already installed ...

    Edit: installed it with Python 3.5 then i downgraded to 2.7 maybe cuz of this?

  12. #27
    Kinosix's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    94
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheEnglishGuy View Post
    You have to do this first:

    1.Open CMD, change directory to Python scripts directory, type cd c:/python27/scripts or where your installed your python
    2. Install modules

    Type:

    pip install requests
    pip install protobuf
    pip install geopy
    pip install s2sphere

    After that you shouldn´t get the errors.
    Can you advise me on where to input login credentials? I can login using the mainpy -user - pass on the radar script. However, that doesn't work with the pokestop bot. I also see you guys are just inputting the main.py command with nothing after. Where are you storing the login information?

  13. #28
    TheEnglishGuy's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2011
    Posts
    197
    Thanks G/R
    20/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinosix View Post
    Can you advise me on where to input login credentials? I can login using the mainpy -user - pass on the radar script. However, that doesn't work with the pokestop bot. I also see you guys are just inputting the main.py command with nothing after. Where are you storing the login information?
    Only edit the logins.py
    Last edited by TheEnglishGuy; 07-16-2016 at 12:46 PM.

  14. #29
    Kinosix's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    94
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheEnglishGuy View Post
    Edit logins.py and fill in your credentials.
    damn I thought I did that. I kept looking in login.py not logins.py thanks boss

  15. #30
    valderino's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2012
    Posts
    20
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheEnglishGuy View Post
    You have to do this first:

    1.Open CMD, change directory to Python scripts directory, type cd c:/python27/scripts or where your installed your python
    2. Install modules

    Type:

    pip install requests
    pip install protobuf
    pip install geopy
    pip install s2sphere

    After that you shouldn´t get the errors.
    I have done this and I am also receiving the same errors. Any suggestions?

    Originally Posted by twinkmates View Post

    C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master>main.py
    [!] Using google as login..
    [!] using: True
    [+] Token: eyJhbGciOiJSUzI1NiIsImtpZCI6IjBiOTE1YzZh...
    [+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/175/rpc
    Traceback (most recent call last):
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 92, in <module>
    main()
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 85, in main
    start_work(access_token,ltype)
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 31, in start_work
    profile = public.get_profile(api_endpoint, access_token)
    File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\public.py", line 109, in get_profile
    return api_req(api_endpoint, access_token, req.requests)
    TypeError: api_req() takes exactly 4 arguments (3 given)
    It seems a few of us have the same issue, did anyone find a solution to this
    Last edited by valderino; 07-16-2016 at 12:19 PM.

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [INFO ONLY] Venice
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-07-2007, 08:06 PM
  2. How much IRL money have you made from WoW?
    By Jinjaking in forum World of Warcraft General
    Replies: 19
    Last Post: 10-28-2007, 10:38 AM
  3. [Question]! only able to have 1 model changed?
    By zachbbb23 in forum WoW ME Questions and Requests
    Replies: 15
    Last Post: 10-20-2007, 03:25 PM
  4. NE Male | Druid | Requesting Modelchange, attempts have been made.
    By Ensey in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 06-30-2007, 08:09 PM
All times are GMT -5. The time now is 02:23 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