-
Contributor
[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.
-
Post Thanks / Like - 3 Thanks
-
looks cool, i will dl the source
"the true wow experience is Maclone"
-
Elite User
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](https://www.ownedcore.com/forums/attachments/pokemon-go/pokemon-go-hacks-cheats/27149d1468642553t-info-only-reddit-pokemongodev-have-already-made-pokestop-bot-a7juoz9-png)
First time doing anything related to typhon, had to read alot and download shit :>
any1 can help maybe?
-
Member
Originally Posted by
CruelGiraffe
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](https://www.ownedcore.com/forums/attachments/pokemon-go/pokemon-go-hacks-cheats/27149d1468642553t-info-only-reddit-pokemongodev-have-already-made-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?
-
Elite User
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
-
Member
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
-
Elite User
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.
-
Member
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
-
Elite User
Originally Posted by
newtonized
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
Last edited by CruelGiraffe; 07-16-2016 at 12:08 AM.
-
Member
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.
-
Elite User
Originally Posted by
newtonized
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
-
Member
btw how did you install the pip? everything im doing isnt working.
-
Active Member
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.
-
Elite User
Originally Posted by
Insanefury
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
-
Member
Starting .py files like like ->
Installed Python 3.5, open cmd and then slided the main.py into the cmd file, is that right?