Jump to content

[UPDATED] (WITH NEW API) Pokemon Go Bot for Mac!


888 posts in this topic

Recommended Posts

Posted

It worked at first, but after a couple hours I got this error:

 

[2016-08-01 23:16:49] 

Traceback (most recent call last):

  File "pokecli.py", line 220, in <module>

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kamikalze/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kamikalze/PokemonGo-Bot/pokemongo_bot/__init__.py", line 159, in _setup_api

    balls_stock = self.pokeball_inventory()

  File "/Users/kamikalze/PokemonGo-Bot/pokemongo_bot/__init__.py", line 234, in pokeball_inventory

    inventory_dict = inventory_req['responses']['GET_INVENTORY'][

KeyError: 'GET_INVENTORY'

 

And Yes, I tried to restart it over 10 times afterwards, did not change a thing and Yes I read through all 36 pages and have not found another solution as: restart it ;)

Posted

It worked at first, but after a couple hours I got this error:

 

[2016-08-01 23:16:49] 

Traceback (most recent call last):

  File "pokecli.py", line 220, in <module>

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kamikalze/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kamikalze/PokemonGo-Bot/pokemongo_bot/__init__.py", line 159, in _setup_api

    balls_stock = self.pokeball_inventory()

  File "/Users/kamikalze/PokemonGo-Bot/pokemongo_bot/__init__.py", line 234, in pokeball_inventory

    inventory_dict = inventory_req['responses']['GET_INVENTORY'][

KeyError: 'GET_INVENTORY'

 

And Yes, I tried to restart it over 10 times afterwards, did not change a thing and Yes I read through all 36 pages and have not found another solution as: restart it ;)

Keep running it

No offence to you Amuyea, but this bot sucks lol, slow as hell, also it got me softbanned on both my account after using one location lol. It also took me an hour to setup, thanks for sharing though.

Took me few mins to download and ran perfectly fine without problems. Softbanned because you used the account before bots. So you have to wait x time before using bot. Not really my fault

 

 

 

Hi Amuyea,

 

Thanks for the prompt reply. I tried to use the following:

 

{
"{": {},
"\"auth_service\":"google",": {},
"\"username\":"[email protected]",": {},
"\"password\":"xxxxxx",": {},
"\"location\":"Zurich, Switzerland",": {},
"\"gmapkey\":\"xxxxxx\",": {},
"\"max_steps\":5,": {},
"\"mode\":\"all\",": {},
"\"walk\":4.16,": {},
"\"debug\":false,": {},
"\"test\":false,": {},
"\"initial_transfer\":0,": {},
"\"location_cache\":true,": {},
"\"distance_unit\":\"km\",": {},
"\"item_filter\":\"101,102,103,104\",": {},
"\"evolve_all\":\"NONE\"": {},
"}": {}
}
 
JSONLint tells me:
Error: Parse error on line 3:

...\"auth_service\":"    google ",": {},    "\"

----------------------^

Expecting 'EOF', '}', ':', ',', ]', got 'undefined'

 
Then i also used this (taken from your pokemon-bot-master:
{
"auth_service": "google",
"username": "[email protected]",
"password": "xxxx",
"location": "Zurich, Switzerland",
"gmapkey": "xxxxx",
"max_steps": 5,
"mode": "all",
"walk": 4.16,
"debug": false,
"test": false,
"initial_transfer": 0,
"location_cache": true,
"distance_unit": "km",
"item_filter": "101,102,103,104",
"evolve_all": "NONE"
}
 
JSONLint at first told me there was an issue, it seems like it was the difference between " and the "italic one, now i get Valid JSON.
 
However, I still get this:

usage: pokecli.py [-h] [-cf CONFIG] -a AUTH_SERVICE [-u USERNAME]

                  [-p PASSWORD] [-l LOCATION] [-lc LOCATION_CACHE] [-m MODE]

                  [-w WALK] [-k GMAPKEY] [-ms MAX_STEPS]

                  [-it INITIAL_TRANSFER] [-d DEBUG] [-t TEST]

                  [-du DISTANCE_UNIT] [-if ITEM_FILTER] [-ev EVOLVE_ALL]

                  [-ec EVOLVE_CAPTURED]

pokecli.py: error: argument -a/--auth_service is required

 
Sorry no idea what to do, any suggestions?

 

Honestly, I don't know

Posted (edited)

There are solution in more pages back

 

Try it?

 

Did you install requirements.txt?

 

There are solution in pages back

 

I think there are solution in pages back

 

I know.. but the fixed dont work. I keep getting the same error :/

 

Maybe this is the problem

When i instal the .txt file i get this error:

 

Command "/Users/Jonas/Desktop/pokemonGo/PokemonGo-Bot/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/88/m_czfk5j4ss9v8c1xrhr89qr0000gp/T/pip-build-hoKAp6/pycryptodomex/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/88/m_czfk5j4ss9v8c1xrhr89qr0000gp/T/pip-PpK6Xh-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/Jonas/Desktop/pokemonGo/PokemonGo-Bot/bin/../include/site/python2.7/pycryptodomex" failed with error code 1 in /private/var/folders/88/m_czfk5j4ss9v8c1xrhr89qr0000gp/T/pip-build-hoKAp6/pycryptodomex/

Updated by ancient
Posted

I know.. but the fixed dont work. I keep getting the same error :/

 

Maybe this is the problem

When i instal the .txt file i get this error:

 

Command "/Users/Jonas/Desktop/pokemonGo/PokemonGo-Bot/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/88/m_czfk5j4ss9v8c1xrhr89qr0000gp/T/pip-build-hoKAp6/pycryptodomex/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/88/m_czfk5j4ss9v8c1xrhr89qr0000gp/T/pip-PpK6Xh-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/Jonas/Desktop/pokemonGo/PokemonGo-Bot/bin/../include/site/python2.7/pycryptodomex" failed with error code 1 in /private/var/folders/88/m_czfk5j4ss9v8c1xrhr89qr0000gp/T/pip-build-hoKAp6/pycryptodomex/

 

 

$ cd PokemonGo-Bot  
$ virtualenv .  
$ source bin/activate  
$ sudo pip install -r requirements.txt
Posted (edited)

Traceback (most recent call last):

  File "pokecli.py", line 220, in <module>

    main()

  File "pokecli.py", line 197, in main

    config = init_config()

  File "pokecli.py", line 64, in init_config

    load.update(json.load(data))

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 290, in load

    **kw)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads

    return _default_decoder.decode(s)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode

    obj, end = self.raw_decode(s, idx=_w(s, 0).end())

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 384, in raw_decode

    raise ValueError("No JSON object could be decoded")

ValueError: No JSON object could be decoded

 
 
This is what I get after running python pokecli.py
 
Any ways to fix it? Thanks in advance!
 
Edit: this is what I get if I try running your version 
Traceback (most recent call last):

  File "pokecli.py", line 38, in <module>

    import requests

ImportError: No module named requests

Updated by taketake
Guest
This topic is now closed to further replies.
  • Our picks

    • Warbound v1.0.2 [+3 Jailed Cheats]
      Modded/Hacked App: Warbound By Playshore, S.L.
      Bundle ID: com.playshore.warbound
      App Store Link: https://apps.apple.com/us/app/warbound/id6742781999?uo=4



      🤩 Hack Features

      - Add Coins (Enable and Spend)
      - Add Gems (Enable Inside Battle)
      - Unlock All Heroes
        • Winner
      • 1 reply
    • Warbound v1.0.2 [+3 Cheats]
      Modded/Hacked App: Warbound By Playshore, S.L.
      Bundle ID: com.playshore.warbound
      App Store Link: https://apps.apple.com/us/app/warbound/id6742781999?uo=4



      🤩 Hack Features

      - Add Coins (Enable and Spend)
      - Add Gems (Enable Inside Battle)
      - Unlock All Heroes
        • Winner
      • 1 reply
    • Summoners Greed: Idle TD Tower v1.92.1 +2 Jailed Cheats
      Modded/Hacked App: Summoners Greed: Tower Defense By PIXIO LIMITED
      Bundle ID: com.pixio.apple.mtd
      iTunes Store Link: https://apps.apple.com/us/app/summoners-greed-tower-defense/id1258027083?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited Currencies → Spend/Gain
      - Dumb Enemies


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 82 replies
    • Summoners Greed: Tower Defense v1.92.1 +2 Cheats
      Modded/Hacked App: Summoner's Greed: Empire TD By PIXIO LIMITED
      Bundle ID: com.pixio.apple.mtd
      iTunes Store Link: https://apps.apple.com/us/app/summoners-greed-empire-td/id1258027083?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing / or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlimited Currencies // Spend // Gain
      - Dump Enemies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 201 replies
    • Squishmallows Match v0.7.2 [ +2 Cheats ] Auto Win
      Modded/Hacked App: Squishmallows Match By East Side Games Inc
      Bundle ID: com.eastsidegames.squishmallows
      App Store Link: https://apps.apple.com/ph/app/squishmallows-match/id6450057167?uo=4

       

      🤩 Hack Features

      - Auto Win
      - Lives [ 0 Play Unlimited ]

      • 0 replies
    • Squishmallows Match v0.7.2 [ +2 Jailed ] Auto Win
      Modded/Hacked App: Squishmallows Match By East Side Games Inc
      Bundle ID: com.eastsidegames.squishmallows
      App Store Link: https://apps.apple.com/ph/app/squishmallows-match/id6450057167?uo=4
       

      🤩 Hack Features

      - Auto Win
      - Lives [ 0 Play Unlimited ]

        • Like
      • 0 replies
    • ZAlert: Zombie Survivors v0.1.203 [+3 Jailed Cheats]
      Modded/Hacked App: ZAlert: Zombie Survivors By Suga Pte. Ltd.
      Bundle ID: co.imba.zombies.alert
      App Store Link: https://apps.apple.com/us/app/zalert-zombie-survivors/id6475290275?uo=4



      🤩 Hack Features

      - Never Die
      - One Hit Kill
      - Unlimited Currency
      • 0 replies
    • ZAlert: Zombie Survivors v0.1.203 [+3 Cheats]
      Modded/Hacked App: ZAlert: Zombie Survivors By Suga Pte. Ltd.
      Bundle ID: co.imba.zombies.alert
      App Store Link: https://apps.apple.com/us/app/zalert-zombie-survivors/id6475290275?uo=4



      🤩 Hack Features

      - Never Die
      - One Hit Kill
      - Unlimited Currency
        • Winner
      • 0 replies
    • Rob the Rich v3.4.545 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Rob the Rich By East Side Games Inc
      Bundle ID: com.eastsidegames.idlestonks
      App Store Link: https://apps.apple.com/us/app/rob-the-rich/id1559634867?uo=4


      🤩 Hack Features

      - Gold
      - Energy
      - Crypto Currency
      - Crads

      Disable After Hack Currency [ Cash Buy With Gold ]
      • 0 replies
    • Rob the Rich v3.4.545 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Rob the Rich By East Side Games Inc
      Bundle ID: com.eastsidegames.idlestonks
      App Store Link: https://apps.apple.com/us/app/rob-the-rich/id1559634867?uo=4


      🤩 Hack Features

      - Gold
      - Energy
      - Crypto Currency
      - Crads

      Disable After Hack Currency [ Cash Buy With Gold ]
      • 0 replies
    • Hex Warriors v1.5.4 Cheat Menu [+10 Jailed Cheats]
      Modded/Hacked App: Hex Warriors By Voodoo
      Bundle ID: com.dong.hexwarriors
      App Store Link: https://apps.apple.com/us/app/hex-warriors/id6736930021?uo=4


       

      🤩 Hack Features

      Cheat Menu (Currency, Auto Win, Cards and more)
      • 0 replies
    • Hex Warriors v1.5.4 Cheat Menu [+10 Cheats]
      Modded/Hacked App: Hex Warriors By Voodoo
      Bundle ID: com.dong.hexwarriors
      App Store Link: https://apps.apple.com/us/app/hex-warriors/id6736930021?uo=4



      🤩 Hack Features

      - Cheat Menu (Currency, Auto Win, Cards and more)
        • Winner
      • 1 reply
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines