Jump to content

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


Amuyea

888 posts in this topic

Recommended Posts

 

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

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

ValueError: No JSON object could be decoded

I keep getting this error when I try to run the bot

 

There are solution in more pages back

 

 

Hi guys, sorry to bother you. So i'm not a coder, however i managed to follow the instructions and install pretty much everything.

 

Now i 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

 

From what i've understood, from http://jsonlint.com/ my config.json seems to be the problem?

 

I saw someone changed it with 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\"": {},
"}": {}
}
 
what should i do?
 
thank you!

 

Try it?

 

 

Samuels-MacBook-Air:PokemonGo-Bot FlyPatch$ python pokecli.py

Traceback (most recent call last):

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

    import requests

ImportError: No module named requests

Samuels-MacBook-Air:PokemonGo-Bot FlyPatch$ 

 

Did you install requirements.txt?

 

 

d '/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/' && '/usr/bin/python'  '/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/pokecli.py'  && echo Exit status: $? && exit 1

Samuels-MacBook-Air:~ FlyPatch$ cd '/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/' && '/usr/bin/python'  '/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/pokecli.py'  && echo Exit status: $? && exit 1

Traceback (most recent call last):

  File "/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/pokecli.py", line 39, in <module>

    from pokemongo_bot import logger

  File "/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/pokemongo_bot/__init__.py", line 10, in <module>

    import yaml

ImportError: No module named yaml

Samuels-MacBook-Air:PokemonGo-Bot FlyPatch$ 

 

There are solution in pages back

 

I readed all the comments in this post but never found an fix for this:

 

When i try to do 'sudo pip install pgoapi' i get this error:

 

The directory '/Users/Jonas/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.

The directory '/Users/Jonas/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.

Collecting pgoapi

  Could not find a version that satisfies the requirement pgoapi (from versions: )

No matching distribution found for pgoapi

 

Btw i am the owner of the directory..

I think there are solution in pages back

Link to comment
Share on other sites

It does not work for me anymore.. I re-downloaded bot files :wallbash: , checked every page for "Line38 ImportError: No module named requests.". But none helped.

And yes I've downloaded requirements.txt. I don't know what to do.

Can you please help me? I'm sorry if I'm pushing. I appreciate your help. 

  

 ^

  l

That was an hour ago. I got that error several times. And after i get that error, i re-down. files and try again. And it sometimes gives the same error, and sometimes bot starts and works. I don't understand why? 

And what is the solution because re-re-re-downloading is pretty boring and unreliable.  :/  

Again, i appreciate your help  (y)

Updated by EgeCak
Link to comment
Share on other sites

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?
Updated by ganzarro
Link to comment
Share on other sites

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

    • ArKnights Japan - アークナイツ v23.1.41 - [ x Player Damage & More ]
      Modded/Hacked App: アークナイツ By Yostar, Inc.
      Bundle ID: com.YoStarJP.Arknights
      iTunes Store Link: https://apps.apple.com/jp/app/アークナイツ/id1478990007?uo=4&at=1010lce4

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - x Player Damage - x1 - 1000
      - x Player Defense - x1 - 1000
      - x Player Attack Speed - x1 - 10
      - Frozen Enemies
      - Instant - Kill
      - Instant - Win
      - Unlimited Skills
      - No Deploy Cost

      iOS Hack Download Link: https://iosgods.com/topic/117823-arknights-japan-%E3%82%A2%E3%83%BC%E3%82%AF%E3%83%8A%E3%82%A4%E3%83%84-v1150-x-player-damage-more/
      • 203 replies
    • Duolingo Modded (All Versions) +1
      Modded/Hacked App: Duolingo - Language Lessons By Duolingo, Inc
      Bundle ID: com.duolingo.DuolingoMobile
      iTunes Store Link: https://apps.apple.com/us/app/duolingo-language-lessons/id570060128?uo=4


      Hack Features:
      - PREMIUM


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/78624-arm64-duolingo-v61171-jailed-mod-1/


      Hack Download Link: https://iosgods.com/topic/86556-duolingo-modded-auto-updating-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,780 replies
    • Gran Saga Idle:KNIGHTSxKNIGHTS Cheats v1.1.10 +2
      Modded/Hacked App: Gran Saga Idle:KNIGHTSxKNIGHTS By Kakao Games Corp.
      Bundle ID: com.piedpixels.gransagaidle
      iTunes Store Link: https://apps.apple.com/us/app/gran-saga-idle-knightsxknights/id6482985104?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense


      iOS Hack Download Link: https://iosgods.com/topic/182761-gran-saga-idleknightsxknights-cheats-v101-2/
      • 78 replies
    • Dead by Daylight Mobile (NA) v1.282097.282097 +26 Cheats
      Modded/Hacked App: Dead by Daylight Mobile By Behaviour Interactive Inc.
      Bundle ID: com.netease.dbdena
      iTunes Store Link: https://apps.apple.com/us/app/dead-by-daylight-mobile/id1618103778?uo=4


      Hack Features:
      - No Skill Check
      - No Killer Attack/Miss Cooldown
      - Custom Speed
      - Killer Location Cham
      - Survivor Location Cham
      - Generator Cham
      - Totems Cham
      - Chest Cham
      - Portal Cham
      - Hatch Cham
      - Trap Cham
      - Escape Switch Cham
      - Normal Pallet Cham
      - Dream Pallet Cham
      - Lockers Cham
      - Survivor Trap Immunity
      - Instant Window Vault*
      - Instant Destroy Pallets*
      - Instant Pickup Downed Players*
      - Custom FOV
      - Disable Footsteps - use as a survivor.
      - No Nurse Fatigue
      - Instant Nurse Teleport
      - Nurse Teleport Through Anything
      - Better Aim Assist
      - No Heartbeat

      * Under one switch


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
       


      iOS Hack Download Link: https://iosgods.com/topic/169846-dead-by-daylight-mobile-na-v1247407247407-26-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 423 replies
    • Dead by Daylight Mobile SEA & Japan v1.282097.282097 +27 Cheats
      Modded/Hacked App: Dead by Daylight Mobile By NETEASE INTERACTIVE ENTERTAINMENT PTE. LTD
      Bundle ID: com.netease.ma100asia
      iTunes Store Link: https://apps.apple.com/ph/app/dead-by-daylight-mobile/id1557593322?uo=4


      Hack Features:
      - No Skill Check
      - No Killer Attack/Miss Cooldown
      - Custom Speed
      - Killer Location Cham
      - Survivor Location Cham
      - Generator Cham
      - Totems Cham
      - Chest Cham
      - Portal Cham
      - Hatch Cham
      - Hooks Cham
      - Trap Cham
      - Escape Switch Cham
      - Normal Pallet Cham
      - Dream Pallet Cham
      - Lockers Cham
      - Survivor Trap Immunity
      - Instant Window Vault*
      - Instant Destroy Pallets*
      - Instant Pickup Downed Players*
      - Custom FOV
      - Disable Footsteps - use as a survivor.
      - No Nurse Fatigue
      - Instant Nurse Teleport
      - Nurse Teleport Through Anything
      - Better Aim Assist
      - No Heartbeat

      * Under one switch


      iOS Hack Download Link: https://iosgods.com/topic/158007-dead-by-daylight-mobile-sea-japan-v1233646233646-27-cheats/
        • Agree
        • Thanks
        • Like
      • 273 replies
    • Mighty Party: Heroes Clash v41.0.4 +2 Jailed Cheats [Unlimited Currencies]
      Modded/Hacked App: Mighty Party: Heroes Clash By Satege s.r.o.
      Bundle ID: com.panoramik.forgeofgodsblitz
      iTunes Store Link: https://itunes.apple.com/us/app/mighty-party-heroes-clash/id1163805393


      Mod Requirements:
      - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Unlimited Currencies - Will not decrease.
      - Free Summoning
      - Complete All Quests
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 719 replies
    • Mighty Party: Battle Heroes v41.0.4 +4 Cheats [Unlimited Currencies]
      Modded/Hacked App: Mighty Party: Heroes Clash By Satege s.r.o.
      Bundle ID: com.panoramik.forgeofgodsblitz
      iTunes Store Link: https://itunes.apple.com/us/app/mighty-party-heroes-clash/id1163805393


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Unlimited Currencies - Will not decrease. Reason why I only added this was because there's always a ban wave on this game. I can hack currencies, yes but instant ban.
      - Free Summoning
      - Kill All / Auto Win - Linked. Wait till it's the enemies turn and before they spawn in a troop, enable this feature.
      - Complete All Quests
        • Informative
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,786 replies
    • Disney Speedstorm v1.7.0 +2 Jailed Cheats [ Unlimited Nitro ]
      Modded/Hacked App: Disney Speedstorm By Gameloft
      Bundle ID: com.gameloft.disneyspeedstorm
      iTunes Store Link: https://apps.apple.com/us/app/disney-speedstorm/id6449708682?uo=4


      Hack Features:
      - Unlimited Nitro -> Will not decrease.
      - Instant Nitro Max


      Jailbreak required hack(s): [Mod Menu Hack] Disney Speedstorm v1.5.0 +2 Cheats [ Unlimited Nitro ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 34 replies
    • Disney Speedstorm v1.7.0 +2 Cheats [ Unlimited Nitro ]
      Modded/Hacked App: Disney Speedstorm By Gameloft
      Bundle ID: com.gameloft.disneyspeedstorm
      iTunes Store Link: https://apps.apple.com/us/app/disney-speedstorm/id6449708682?uo=4


      Hack Features:
      - Unlimited Nitro -> Will not decrease.
      - Instant Nitro Max


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Disney Speedstorm v1.5.0 +2 Jailed Cheats [ Unlimited Nitro ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 26 replies
    • Survivors.io China - 弹壳特攻队 v2.10.0 +5 Cheats
      Modded/Hacked App: 弹壳特攻队 By Shanghai Lezuan Technology Co.,Ltd.
      Bundle ID: com.habby.danke
      iTunes Store Link: https://apps.apple.com/cn/app/%E5%BC%B9%E5%A3%B3%E7%89%B9%E6%94%BB%E9%98%9F/id1628270358?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:
      - God Mode
      - No Skills Cooldown
      - Jailbreak Check Removed


      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
        • Thanks
      • 293 replies
    • Bloons TD 6 NETFLIX v43.2 +8 Cheats
      Modded/Hacked App: Bloons TD 6 NETFLIX By Netflix, Inc.
      Bundle ID: com.netflix.NGP.BloonsTDSix
      iTunes Store Link: https://apps.apple.com/us/app/bloons-td-6-netflix/id1671633204?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:
      - God Mode
      - Unlimited Cash
      - Unlimited Monkey Money
      - Unlimited Consumes
      - Unlocked All Heroes
      - Unlocked All Towers
      - Unlocked All Upgrades


      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
        • Agree
        • Winner
        • Like
      • 84 replies
    • The Demonized: Idle RPG v1.3.5 +5 Cheats
      Modded/Hacked App: The Demonized: Idle RPG By Game Duo Co.,Ltd.
      Bundle ID: com.deepgames.release.becamethedevil
      iTunes Store Link: https://apps.apple.com/us/app/the-demonized-idle-rpg/id6477870177?uo=4


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


      Hack Features:
      - Damage Multiplier
      - Never Die
      - Dumb Enemies
      - Attack Speed Multiplier
      - Freeze Resources


      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
      • 63 replies
×
  • 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