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

User Tag List

Page 1 of 5 12345 LastLast
Results 1 to 15 of 64
  1. #1
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

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

    https://www.reddit.com/r/pokemongode...stop_bot_done/ link to reddit thread

    https://github.com/Mila432/Pokemon_Go_API the github where its hosted

    Im not suggesting any one try to use it but if someone here is programming inclined this may lead our development.

    Edit: missing file error. need pokemon_pb2 from https://github.com/tejado/pokemongo-...pokemon_pb2.py
    Last edited by deadmarine; 07-15-2016 at 10:51 PM.

    [INFO ONLY] Reddit Pokemongodev have already made a pokestop bot
  2. Thanks twinkmates, valderino, Kenneth (3 members gave Thanks to deadmarine for this useful post)
  3. #2
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    581
    Join Date
    Jun 2011
    Posts
    1,601
    Thanks G/R
    246/149
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks cool, i will dl the source
    "the true wow experience is Maclone"

  4. #3
    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)
    It keeps telling me missing file when i run the main.py even after the pokemon_pb2..
    [INFO ONLY] Reddit Pokemongodev have already made a pokestop bot-a7juoz9-png
    First time doing anything related to typhon, had to read alot and download shit :>
    any1 can help maybe?

  5. #4
    newtonized's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CruelGiraffe View Post
    It keeps telling me missing file when i run the main.py even after the pokemon_pb2..
    [INFO ONLY] Reddit Pokemongodev have already made a pokestop bot-a7juoz9-png
    First time doing anything related to typhon, had to read alot and download shit :>
    any1 can help maybe?
    Same, in his source he doesnt add the pokemon_pb2.py or the .proto. So i done a google search and found his previous demos on GitHub hoping they would work but it seems something still isnt right.

    P.s Where did you find the files?

  6. #5
    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)
    also google a bit..i had to google a lot to install some stuff with pip and stuff.. never did anything with python but now im too confused with these files error lol

  7. #6
    newtonized's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i can tell you its python 2.7, thats why youre getting the error you're getting but something still isnt right and the guy said he'll fix it tomorrow from what i seen stalking his reddit

  8. #7
    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'm using python 2.7 .. that's not it..
    in 'main.py' there is this:
    try:
    import pokemon_pb2
    import pokemon
    except:
    print 'missing files.. ask Mila432..'
    exit()

    and we are missing the pokemon.py/proto after we managed to find the other one
    Last edited by CruelGiraffe; 07-15-2016 at 11:57 PM.

  9. #8
    newtonized's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no the .proto is fine it has all the functions, switching to python 2.7 fixed that error for me, my problem is now the same as this persons
    https://www.reddit.com/r/pokemongode...nction/d5e2hvl

  10. #9
    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 newtonized View Post
    no the .proto is fine it has all the functions, switching to python 2.7 fixed that error for me, my problem is now the same as this persons
    https://www.reddit.com/r/pokemongode...nction/d5e2hvl

    the problem he is having is "missing files ask mika" .. did you read the comments?

    if you are having this error:
    C:\poke>main.py Traceback (most recent call last): File "C:\poke\main.py", line 4, in <module> import config File "C:\poke\config.py", line 1, in <module> import requests ImportError: No module named requests

    is cause you need to install requests via pip

    [INFO ONLY] Reddit Pokemongodev have already made a pokestop bot-me11e1d-jpg
    Last edited by CruelGiraffe; 07-16-2016 at 12:08 AM.

  11. #10
    newtonized's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah, i see. thanks, But in that subreddit Mila mention any .proto with the functions for pokemon.proto should work, so it shouldnt be the pokemon file that is the problem.
    im guessing its something on his end maybe. he said he would fix it tomorrow so im not sure.

  12. #11
    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 newtonized View Post
    yeah, i see. thanks, But in that subreddit Mila mention any .proto with the functions for pokemon.proto should work, so it shouldnt be the pokemon file that is the problem.
    im guessing its something on his end maybe. he said he would fix it tomorrow so im not sure.
    yep.. i guess.. gotta wait and see

  13. #12
    newtonized's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    btw how did you install the pip? everything im doing isnt working.

  14. #13
    Insanefury's Avatar Active Member
    Reputation
    30
    Join Date
    Jun 2006
    Posts
    18
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  15. #14
    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 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.
    I also did a bot that walks and shit. but that doesnt even to do the walking, you can play while it farm pokestops alone... which is amazing

  16. #15
    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)
    Starting .py files like like ->
    Installed Python 3.5, open cmd and then slided the main.py into the cmd file, is that right?

Page 1 of 5 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 07:27 AM. 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