[How to run] Open Source Pokemon Go Bot [Noob friendly/Windows7] menu

User Tag List

Results 1 to 15 of 15
  1. #1
    misterne's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [How to run] Open Source Pokemon Go Bot [Noob friendly/Windows7]

    As there were a lot of questions on how to proper install this bot i decided to create a small guide.
    Here's the link to the bot: https://github.com/TomTheBotter/Poke...rking-Hack-API

    1) Install python.

    https://www.python.org/download/releases/2.7/

    I recommend installing python in the default folder (C:\Python27) unless you know what you're doing.

    2) After you installed Python you need to add it to environment variables. You do this by going to start --> view advanced system settings --> environment variables
    Than search for PATH which should look like this click on edit and add this to the end ;C:\Python27;C:/Python27/Scripts

    3) install pip

    https://bootstrap.pypa.io/get-pip.py (cntrl + s, save it and run it)
    https://www.youtube.com/watch?v=zPMr0lEMqpo

    4) install python compiler for windows (i had to install it before i could install all requirements)
    https://www.microsoft.com/en-us/down....aspx?id=44266

    5) Clone / download the bot from github ( https://github.com/TomTheBotter/Poke...rking-Hack-API )
    i recommend unpacking it in on your desktop.

    6) open your CMD.exe and type cd Desktop and then cd Pokemon-Go-Bot-Working-Hack-API-master (if you saved it on desktop, if you are on desktop you can autofill the folder by typing in the first few letters and than pressing tab) your CMD should look like this now (with your own pc / logged in user name)

    7) Once you're in your pokemon go bot folder type pip install -r requirements.txt and let it install all packages.

    8) Now we need to create a google maps API (/project) here: https://console.developers.google.co...is/credentials

    9) Now we need to activate the API and enable the google maps direction api, you do so by going here
    https://console.developers.google.co...view?project=_
    Select your project from the dropdown list and go to libary. it should look like this Just select Google Maps Directions API and enable it.

    10) Copy your api into your config.json file in the bot folder.

    11) Setup the rest of config.json, if you use PTC login use the lower one, if you use Google fill the upper one. Make sure location is like this: "location": "52.3533396, 4.87729339999998", and not AMSTERDAM, NL (with a space after the comma in the middle).

    12) Now everything is setup you open CMD again and go to your bot folder again. When you're in your bot folder you type: python pokebot.py -i 0 --cache if you use google login and python pokebot.py -i 1 --cache if you use Pokemon Trainer's Club. The --cache is only required when you first launch the bot.



    credits for the bot goes to /u/RedAndNegroTrees(reddit) / https://www.reddit.com/r/pokemongode...120_in_56_hrs/
    If you have any further questions / errors just reply or go to the reddit post.

    Good luck & have fun.

    [How to run] Open Source Pokemon Go Bot [Noob friendly/Windows7]
  2. Thanks phtp, vansnowpea, jitsingh41 (3 members gave Thanks to misterne for this useful post)
  3. #2
    Rayanson's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by misterne View Post
    As there were a lot of questions on how to proper install this bot i decided to create a small guide.
    Here's the link to the bot: https://github.com/TomTheBotter/Poke...rking-Hack-API

    1) Install python.

    https://www.python.org/download/releases/2.7/

    I recommend installing python in the default folder (C:\Python27) unless you know what you're doing.

    2) After you installed Python you need to add it to environment variables. You do this by going to start --> view advanced system settings --> environment variables
    Than search for PATH which should look like this click on edit and add this to the end ;C:\Python27;C:/Python27/Scripts

    3) install pip

    https://bootstrap.pypa.io/get-pip.py (cntrl + s, save it and run it)
    https://www.youtube.com/watch?v=zPMr0lEMqpo

    4) install python compiler for windows (i had to install it before i could install all requirements)
    https://www.microsoft.com/en-us/down....aspx?id=44266

    5) Clone / download the bot from github ( https://github.com/TomTheBotter/Poke...rking-Hack-API )
    i recommend unpacking it in on your desktop.

    6) open your CMD.exe and type cd Desktop and then cd Pokemon-Go-Bot-Working-Hack-API-master (if you saved it on desktop, if you are on desktop you can autofill the folder by typing in the first few letters and than pressing tab) your CMD should look like this now (with your own pc / logged in user name)

    7) Once you're in your pokemon go bot folder type pip install -r requirements.txt and let it install all packages.

    Now we need to create a google maps API (/project) here: https://console.developers.google.co...is/credentials

    9) Now we need to activate the API and enable the google maps direction api, you do so by going here
    https://console.developers.google.co...view?project=_
    Select your project from the dropdown list and go to libary. it should look like this Just select Google Maps Directions API and enable it.

    10) Copy your api into your config.json file in the bot folder.

    11) Setup the rest of config.json, if you use PTC login use the lower one, if you use Google fill the upper one. Make sure location is like this: "location": "52.3533396, 4.87729339999998", and not AMSTERDAM, NL (with a space after the comma in the middle).

    12) Now everything is setup you open CMD again and go to your bot folder again. When you're in your bot folder you type: python pokebot.py -i 0 --cache if you use google login and python pokebot.py -i 1 --cache if you use Pokemon Trainer's Club. The --cache is only required when you first launch the bot.



    credits for the bot goes to /u/RedAndNegroTrees(reddit) / https://www.reddit.com/r/pokemongode...120_in_56_hrs/
    If you have any further questions / errors just reply or go to the reddit post.

    Good luck & have fun.
    Is it possible for someone to make it an .exe file to share it? i've seen many ppl doing it with the old bot and i dont want to mess up my computer since i dont know programming stuff even if your tutorail makes it look pretty easy

  4. #3
    bobdole4eva's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, great guide! It helped me a lot, after bumbling my way through the original instructions.

    When I tried to install the requirements.txt file, I got the below error

    [How to run] Open Source Pokemon Go Bot [Noob friendly/Windows7]-capture-jpg

    Wondered if this was something you'd come across? I've searched google pretty extensively.

    Also, when I tried to then run the pokebot.py command, I got this error

    [How to run] Open Source Pokemon Go Bot [Noob friendly/Windows7]-capture2-png

    I'm assuming this has to do with the requirements not working, but thought I'd add it for completeness.

    Thanks in advance.

  5. #4
    dragavs's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have this error when trying to run pokebot.py

    [How to run] Open Source Pokemon Go Bot [Noob friendly/Windows7]-error-jpg

  6. #5
    Redson29's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i copy the api into the config.json file?

  7. #6
    Kibith's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://www.jsoneditoronline.org/ use this just go to it find open in the top right find the config put in your info and the save it to disc option ,then just replace the config in the poke bot with your edited one and away you go
    Last edited by Kibith; 07-31-2016 at 10:19 PM.

  8. #7
    vagglan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when pokeballs and great balls ends the Bot crashes. It says "Main loop has an error".
    What it needs to uses ultraballs as well.?
    I can alter some code. (i am a new programmer actually) ty and sorry for bad englidh

  9. #8
    ozzmann's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Imgur: The most awesome images on the Internet
    What did i ****ed up? :confused:

  10. #9
    vansnowpea's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    though the API is blocked , it is a big pity , but I am very glad to see a Python dev. here . thank you .

  11. #10
    jitsingh41's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have done everything exactly as it says but i getting this error constantly - " No fort to walk to". Please someone help me, how can i fix this error ?

    [How to run] Open Source Pokemon Go Bot [Noob friendly/Windows7]-pokemon-go-jpg

  12. #11
    TechXPlays's Avatar Contributor
    Reputation
    112
    Join Date
    Jul 2016
    Posts
    154
    Thanks G/R
    3/93
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can people stop using this shitty gives you bad habits "programming language" python and learn something real please? Thanks.

  13. #12
    jitsingh41's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TechXPlays View Post
    can people stop using this shitty gives you bad habits "programming language" python and learn something real please? Thanks.
    can you help me
    Last edited by jitsingh41; 08-07-2016 at 12:22 AM.

  14. #13
    Jordi3333's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, so i have just hopefully succesfully gone through all steps but at the last step my cmd gives an error and i have no idea what i did wrong. It looks like this: https://gyazo.com/476a6c68f9d14b26f1accdf7b11d2dfd Would anyone be able to help?

  15. #14
    123gabriel321's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to fix this ? I GOT THIS ERROR :(

    Traceback (most recent call last):
    File "pokebot.py", line 99, in <module>
    main()
    File "pokebot.py", line 68, in main
    config = init_config()
    File "pokebot.py", line 43, in init_config
    required=required("auth_service"))
    File "pokebot.py", line 41, in <lambda>
    required = lambda x: not x in load['accounts'][0].keys()
    KeyError: 'accounts'

  16. #15
    solum's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 123gabriel321 View Post
    Traceback (most recent call last):
    File "pokebot.py", line 99, in <module>
    main()
    File "pokebot.py", line 68, in main
    config = init_config()
    File "pokebot.py", line 43, in init_config
    required=required("auth_service"))
    File "pokebot.py", line 41, in <lambda>
    required = lambda x: not x in load['accounts'][0].keys()
    KeyError: 'accounts'
    I am exactly here as well... my accounts folder is empty... dont know if should be doing something there... my google account credentials are in the json

Similar Threads

  1. [Question] How long you can use pokemon go bot before you get softban or error?
    By heiiiden in forum Pokemon GO Chat
    Replies: 1
    Last Post: 08-15-2016, 01:36 PM
  2. Replies: 27
    Last Post: 08-15-2016, 09:48 AM
  3. [Release] [AutoIt] Open source Arena Wintrading Bot
    By guyvrouze in forum World of Warcraft Bots and Programs
    Replies: 2
    Last Post: 11-25-2012, 01:21 AM
  4. [OB] How to make Open Bot Run very Smoothly
    By Stephen Colbert in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 04-06-2008, 09:18 AM
  5. [Guide] How-To make custom items for your server[Noob Friendly]
    By FelBlood in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 03-29-2008, 06:50 AM
All times are GMT -5. The time now is 05:11 AM. 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