Jump to content

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


888 posts in this topic

Recommended Posts

Posted

 

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

Posted (edited)

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
Posted

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.

Posted (edited)

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
Guest
This topic is now closed to further replies.
  • Our picks

    • Grim Soul: Survival v7.2.0 +19 Jailed Cheats [Free Crafting + More]
      Modded/Hacked App: Grim Soul: Survival By Andrey Pryakhin
      Bundle ID: fantasy.survival.game.rpg
      iTunes Store Link: https://itunes.apple.com/us/app/grim-soul-survival/id1366215798


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


      Hack Features:
      - Unlimited Storage Items - Taking storage items will increase them.
      - Free Crafting - Will allow you to craft items without the required materials.
      - No Crafting Level Requirement
      - Free Construction
      - Items Duplicate When Split
      - Unlimited Item Durability
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 4,186 replies
    • Grim Soul: Survival v7.2.0 +19 Cheats [Unlimited Currencies + More]
      Modded/Hacked App: Grim Soul: Survival By Andrey Pryakhin
      Bundle ID: fantasy.survival.game.rpg
      iTunes Store Link: https://itunes.apple.com/us/app/grim-soul-survival/id1366215798


      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 Thalers/Coins & Crafting Points - Once enabled, purchase something using coins & use a craft point so the currencies stick, then disable this feature.
      - Unlimited Storage Items - Taking storage items will increase them.
      - Unlimited Energy / Instant Energy Refills - Will refill your energy once you run to another location.
      - Godmode - Unlinked. Health will still decrease but you won't die.
      - One-Hit Kill - Linked to the enemy. Would recommend enabling 'Godmode'.
      - Increased Attack Range - Allows you to kill enemies from some distance away.
      - Free Crafting - Will allow you to craft items without the required materials.
      - No Crafting Level Requirement
      - Free Construction
      - Items Duplicate When Split
      - Unlimited Item Durability
      - x2 Player Speed
      - x3 Player Speed
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 5,038 replies
    • Powerlust - Action RPG Offline v1.67.09 +2 Jailed Cheats [ Damage ]
      Modded/Hacked App: Powerlust - Action RPG offline By Bartlomiej Mamzer
      Bundle ID: bartmamzer.powerlust.actionrpg.roguelike
      App Store Link: https://apps.apple.com/us/app/powerlust-action-rpg-offline/id1439088319?uo=4

       


      🤩 Hack Features

      - God Mode
      - Damage Multiplier
        • Like
      • 0 replies
    • Powerlust - Action RPG Offline v1.67.09 +2 Cheats [ Damage ]
      Modded/Hacked App: Powerlust - Action RPG offline By Bartlomiej Mamzer
      Bundle ID: bartmamzer.powerlust.actionrpg.roguelike
      App Store Link: https://apps.apple.com/us/app/powerlust-action-rpg-offline/id1439088319?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - Damage Multiplier
        • Winner
        • Like
      • 2 replies
    • NETHER DUNGEONS v1.18 [+3 Cheats]
      Modded/Hacked App: NETHER DUNGEONS By ARAKUMA STUDIO S.A.
      Bundle ID: com.ArakumaStudio.NetherDungeons
      iTunes Store Link: https://apps.apple.com/us/app/nether-dungeons/id6737908225?uo=4



      🤩 Hack Features

      - Never Die
      - Activate Vip Mode
      - Add Currency
       
        • Like
      • 4 replies
    • NETHER DUNGEONS v1.18 [+3 Jailed Cheats]
      Modded/Hacked App: NETHER DUNGEONS By ARAKUMA STUDIO S.A.
      Bundle ID: com.ArakumaStudio.NetherDungeons
      iTunes Store Link: https://apps.apple.com/us/app/nether-dungeons/id6737908225?uo=4

       

      🤩 Hack Features

      - Never Die
      - Activate Vip Mode
      - Add Currency
        • Like
      • 3 replies
    • Kiwoyong: Raise Your Dragon ( 키워용: 도굴라이프 ) v1.5.16 +2 Cheats [ Damage ]
      Modded/Hacked App: 키워용: 도굴라이프 By Co., Ltd. NGELGAMES
      Bundle ID: kr.ngelgames.dragon
      App Store Link: https://apps.apple.com/kr/app/%ED%82%A4%EC%9B%8C%EC%9A%A9-%EB%8F%84%EA%B5%B4%EB%9D%BC%EC%9D%B4%ED%94%84/id6618145893?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - Damage Multiplier
        • Thanks
      • 2 replies
    • Hungry Shark World v6.7.7 +5 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Shark World By Ubisoft
      Bundle ID: com.ubisoft.hungrysharkworld
      iTunes Store Link: https://apps.apple.com/us/app/hungry-shark-world/id1046846443?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 Coins
      - Unlimited Gems
      - Unlimited Pearls
      - Unlimited Boost
      - Season Pass Unlocked


      Jailbreak required hack(s): [Mod Menu Hack] Hungry Shark World v5.9.1 +5 Cheats [ Unlimited Currencies ] - 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 228 replies
    • Hungry Shark World v6.7.7 +5 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Shark World By Ubisoft
      Bundle ID: com.ubisoft.hungrysharkworld
      iTunes Store Link: https://apps.apple.com/us/app/hungry-shark-world/id1046846443?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems
      - Unlimited Pearls
      - Unlimited Boost
      - Season Pass Unlocked


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Hungry Shark World v5.9.1 +4 Jailed Cheats [ Unlimited Currencies ] - 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 92 replies
    • Run! Goddess v1.0.10 [+3 Jailed Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4



      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 32 replies
    • Run! Goddess v1.0.10 [+3 Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4

       

      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
       
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 26 replies
    • Sword Master Story Cheats v4.107.556 +5
      Modded/Hacked App: Sword Master Story By SuperPlanet corp.
      Bundle ID: com.superplanet.swordmaster
      iTunes Store Link: https://apps.apple.com/us/app/sword-master-story/id1521447065?uo=4


      Hack Features:
      - Custom Player Stats
      - Weak Enemies
      - One Hit Kill
      - & More

      Press & Hold to read feature description


      iOS Hack Download Link: https://iosgods.com/topic/146819-sword-master-story-cheats-v42294-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,445 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