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

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 64
  1. #46
    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)
    IM IN!

    redownload the zip guys and just replace everything except logins.py

    [INFO ONLY] Reddit Pokemongodev have already made a pokestop bot
  2. #47
    iverymes's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to fix this

  3. #48
    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)
    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

  4. #49
    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 ersenos View Post
    IM IN!

    redownload the zip guys and just replace everything except logins.py
    is urs doing anything? Mine is just timing out now and giving rpc server offline errors. I logged in fine once but then nothing happened.


    edit: I jus kept trying to login and it let me in. but it isn't doing anything as before. not farming pokestops.

  5. #50
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    i guess cause servers are currently shit? :\
    Attached Thumbnails Attached Thumbnails [INFO ONLY] Reddit Pokemongodev have already made a pokestop bot-e2gje87-jpg  

  6. #51
    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)
    its doing nothing, it just logs in

  7. #52
    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 CruelGiraffe View Post


    i guess cause servers are currently shit? :\
    edit the logins.py file

  8. #53
    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 ersenos View Post
    its doing nothing, it just logs in
    ugh we were so close lol.. turns out he hasn't released everything yet.


    Betim123 commented 8 minutes ago



    I got it work but only my stats like: Item Storage etc...

    How can he farm pokestops now?
    Do i need to login with my mobile phone or something or how he get the gps?



    @dmadisetti




    dmadisetti commented 6 minutes ago



    The modules needed aren't included i.e logic, api and others. Not sure why they haven't included them yet



    @AluTa49




    AluTa49 commented 4 minutes ago



    me too, im logged in but nothing happens



    @Mila432



    Owner
    Mila432 commented 3 minutes ago



    the functions are working and inside logic.py , but this file private for now




    @Mila432 Mila432 closed this 3 minutes ago

  9. #54
    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)
    Bot is useless, the logic.py file isnt public, said from mila on the https://github.com/Mila432/Pokemon_Go_API/issues/21.
    Bot can not work without it
    Last edited by AluTa49; 07-16-2016 at 01:52 PM. Reason: Link

  10. #55
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinosix View Post
    edit the logins.py file
    I did. I am using PTC not Google. And ptc is currently not working.. that's why i am saying its probably cause of the servers

  11. #56
    oompalompa's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting similar error to others:

    [!] Using google as login..
    [!] using: True
    [+] Token: eyJhbGciOiJSUzI1NiIsImtpZCI6IjjoOTE1YzZh...
    [+] Received API endpoint: https://pgorelease.nianticlabs.com/plfeg/3972/rpc
    Traceback (most recent call last):
    File "C:\Users\xxx\Desktop\xxx\Pokemon_Go_API-master\main.py", line 92, in <module>
    main()
    File "C:\Users\xxx\Desktop\xxx\Pokemon_Go_API-master\main.py", line 85, in main
    start_work(access_token,ltype)
    File "C:\Users\xxx\Desktop\xxx\Pokemon_Go_API-master\main.py", line 31, in start_work
    profile = public.get_profile(api_endpoint, access_token)
    File "C:\Users\xxx\Desktop\xxx\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)

    I'm using Python 2.7.10
    I've tried uninstalling all pip modules updating pip and reinstalling them.
    Anyone got any ideas?

  12. #57
    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)
    python 3.5.2 complains about all the missing () in the code.

  13. #58
    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 AluTa49 View Post
    Bot is useless, the logic.py file isnt public, said from mila on the https://github.com/Mila432/Pokemon_Go_API/issues/21.
    Bot can not work without it

    I dont know why u guys trying to get it work.

  14. #59
    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)
    https://www.alphagamers.net/threads/...0#post-1749423

    the creator is active in this thread if u need updates

  15. #60
    iverymes's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    datetime......................................what is it?........how to fix?

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. The Easiest 20k Gold I have EVER made
    By Tipper1 in forum WoW Scam Prevention
    Replies: 13
    Last Post: 05-20-2008, 03:40 PM
  2. [INFO ONLY] Venice
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-07-2007, 08:06 PM
  3. 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
  4. [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
  5. 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 10:44 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search