Jump to content

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


Amuyea

888 posts in this topic

Recommended Posts

 

Getting this error:

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# pip install pgoapi

Collecting pgoapi

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

No matching distribution found for pgoapi

 

google a "pgoapi" and download the file ... after that navigate to the folder and type "sudo python setup.py install" ... it'll install the pgoapi and u can run the bot

Link to comment
Share on other sites

I am having trouble, any ideas?

 

Last login: Sat Jul 30 20:28:35 on console

Adams-MacBook-Pro:PokemonGo adamvanhorn$ source bin/activate

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo adamvanhorn$ python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

  File "/Users/adamvanhorn/Desktop/PokemonGo/pokemongo_bot/__init__.py", line 10, in <module>

    import yaml

ImportError: No module named yaml

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo adamvanhorn$ 

Link to comment
Share on other sites

I am having trouble, any ideas?

 

Last login: Sat Jul 30 20:28:35 on console

Adams-MacBook-Pro:PokemonGo adamvanhorn$ source bin/activate

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo adamvanhorn$ python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

  File "/Users/adamvanhorn/Desktop/PokemonGo/pokemongo_bot/__init__.py", line 10, in <module>

    import yaml

ImportError: No module named yaml

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo adamvanhorn$ 

There is a post about it in few pages before this one

Link to comment
Share on other sites

@Amuyea why do i get this error?

 

JROs-MAC:PokemonGO JRO$ python pokecli.py

/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'pokecli.py': [Errno 2] No such file or directory

Drag the folder over terminal

Link to comment
Share on other sites

Hii, its showing me this :(

 

 

Last login: Sun Jul 31 02:59:33 on ttys000

Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ source bin/activate

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ python pokecli.py

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 "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load

    **kw)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads

    return _default_decoder.decode(s)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode

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

  File "/usr/local/Cellar/python/2.7.12/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

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ 

Display all 1479 possibilities? (y or n)

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ python pokecli.py

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 "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load

    **kw)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads

    return _default_decoder.decode(s)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode

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

  File "/usr/local/Cellar/python/2.7.12/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

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$

Link to comment
Share on other sites

There is a post about it in few pages before this one

I referred back to previous post and did the pip install requests and I am with another error

 

Last login: Sat Jul 30 21:07:59 on ttys000

Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ 

Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ source bin/activate

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

  File "/Users/adamvanhorn/Desktop/PokemonGo-Bot/pokemongo_bot/__init__.py", line 13, in <module>

    from pgoapi import PGoApi

ImportError: No module named pgoapi

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ 

Link to comment
Share on other sites

Hii, its showing me this :(

 

 

Last login: Sun Jul 31 02:59:33 on ttys000

Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ source bin/activate

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ python pokecli.py

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 "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load

    **kw)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads

    return _default_decoder.decode(s)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode

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

  File "/usr/local/Cellar/python/2.7.12/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

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ 

Display all 1479 possibilities? (y or n)

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ python pokecli.py

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 "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load

    **kw)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads

    return _default_decoder.decode(s)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode

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

  File "/usr/local/Cellar/python/2.7.12/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

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$

Copy the json in json files and copy it into http://jsonlint.com/ Then fix the error it gives you in your json.

 

I referred back to previous post and did the pip install requests and I am with another error

 

Last login: Sat Jul 30 21:07:59 on ttys000

Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ 

Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ source bin/activate

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

  File "/Users/adamvanhorn/Desktop/PokemonGo-Bot/pokemongo_bot/__init__.py", line 13, in <module>

    from pgoapi import PGoApi

ImportError: No module named pgoapi

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ 

There is solution in few pages before this

Link to comment
Share on other sites

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

    • Dice Dreams™ v1.78.1 +2 Cheats
      Modded/Hacked App: Dice Dreams™ By SuperPlay LTD
      Bundle ID: com.superplaystudios.dicedreams
      iTunes Store Link: https://apps.apple.com/us/app/dice-dreams/id1484468651?uo=4


      Hack Features:
      - Custom Rolls
      - Unlimited Coins - afford regardless of if you have enough


      iOS Hack Download Link: https://iosgods.com/topic/138011-dice-dreams%E2%84%A2-v1692-2-cheats/
        • Agree
        • Like
      • 554 replies
    • Left to Survive v7.1.0 Jailed Cheats +3
      Modded/Hacked App: Left to Survive: Shooter PVP By My.com B.V.
      Bundle ID: com.glu.zbs
      iTunes Store Link: https://apps.apple.com/us/app/left-to-survive-shooter-pvp/id1090501422?uo=4


      Hack Features:
      - Infinite Ammo
      - No Reload
      - No Spread


      Jailbreak required hack(s): https://iosgods.com/topic/71233-arm64-left-to-survive-pvp-shooter-cheats-all-versions-3/


      Hack Download Link: https://iosgods.com/topic/71998-arm64-left-to-survive-v470-jailed-cheats-3/
        • Informative
        • Haha
        • Like
      • 916 replies
    • Idle Outpost: Business Game v0.14.79 +1++ Jailed Cheat [ Free Shopping ]
      Modded/Hacked App: Idle Outpost: Business Game By AppQuantum Publishing Ltd
      Bundle ID: com.rockbite.zombieoutpost
      iTunes Store Link: https://apps.apple.com/us/app/idle-outpost-business-game/id6463128982?uo=4


      Hack Features:
      - Free Shopping -> Currencies will go negative.


      Jailbreak required hack(s): [Mod Menu Hack] Idle Outpost: Business Game v0.14.53 +1++ Cheat [ Free Shopping ] - 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/
      • 21 replies
    • Idle Outpost: Business Game v0.14.79 +1++ Cheat [ Free Shopping ]
      Modded/Hacked App: Idle Outpost: Business Game By AppQuantum Publishing Ltd
      Bundle ID: com.rockbite.zombieoutpost
      iTunes Store Link: https://apps.apple.com/us/app/idle-outpost-business-game/id6463128982?uo=4


      Hack Features:
      - Free Shopping -> Currencies will go negative.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Idle Outpost: Business Game v0.14.53 +1++ Jailed Cheat [ Free Shopping ] - 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/
        • Thanks
      • 24 replies
    • Good Pizza, Great Pizza v5.13.1 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Pizza, Great Pizza By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.pizzabusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-pizza-great-pizza/id911121200?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Diamonds


      Jailbreak required hack(s): [Mod Menu Hack] Good Pizza, Great Pizza v5.5.6 +2 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/
      • 79 replies
    • Good Pizza, Great Pizza v5.13.1 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Pizza, Great Pizza By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.pizzabusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-pizza-great-pizza/id911121200?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Diamonds


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Good Pizza, Great Pizza v5.5.6 +2 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/
        • Winner
        • Like
      • 52 replies
    • Pickle Pete: Survivor v2.13.4 +11 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Pickle Pete: Survivor By Frojo Apps
      Bundle ID: com.frojo.pickle
      iTunes Store Link: https://apps.apple.com/us/app/pickle-pete-survivor/id6444362667
       

      Hack Features:
      - Unlimited Gold -> Spend some.
      - Unlimited Gems -> Spend some.
      - Unlimited Mutagen -> Spend some.
      - Unlimited Vials -> Spend some.
      - Unlimited Scraps -> Spend some.
      - Unlimited Emeralds -> Spend some.
      - Unlimited Designs -> Spend some.
      - God Mode
      - One-Hit Kill
      - Unlimited Pickles -> Earn some.
      - Unlock Battle Pass -> Head over to Settings and toggle the Privacy Policy button.


      Jailbreak required hack(s): [Mod Menu Hack] Pickle Pete: Survivor v2.1.9 +17 Cheats [ Mega Hack ] - 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/
      • 83 replies
    • Pickle Pete: Survivor v2.13.4 +17 Cheats [ Mega Hack ]
      Modded/Hacked App: Pickle Pete: Survivor By Frojo Apps
      Bundle ID: com.frojo.pickle
      iTunes Store Link: https://apps.apple.com/us/app/pickle-pete-survivor/id6444362667
       

      Hack Features:
      - Unlimited Gold -> Spend some.
      - Unlimited Gems -> Spend some.
      - Unlimited Mutagen -> Spend some.
      - Unlimited Vials -> Spend some.
      - Unlimited Scraps -> Spend some.
      - Unlimited Emeralds -> Spend some.
      - Unlimited Designs -> Spend some.
      - Main XP Multiplier
      - God Mode
      - One-Hit Kill
      - Unlimited Pickles -> Earn some.
      - Stat Multiplier
      - In-Game XP Multiplier
      - Unlimited Score -> Earn some.
      - Unlock Battle Pass -> Head over to Settings and toggle the Privacy Policy button.*
      - Unlock Daily Gems -> Head over to Settings and toggle the Privacy Policy button.*
      - Unlock No Ads -> Head over to Settings and toggle the Privacy Policy button.*

      * - Only 1 feature can be enabled at once!


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Pickle Pete: Survivor v2.1.9 +11 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/
        • Winner
        • Like
      • 65 replies
    • Hole.io v2.12.0 +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Hole.io By Voodoo
      Bundle ID: com.nguyenvh.holeio
      iTunes Store Link: https://apps.apple.com/us/app/hole-io/id1389111413
       

      Hack Features:
      - Unlimited Currencies -> Earn or spend some.
      - Free In-App Purchases -> Toggle inside iGMenu.


      Jailbreak required hack(s): https://iosgods.com/topic/172055-holeio-all-vesions-1-cheat-unlimited-currencies/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Like
      • 54 replies
    • Hole.io v2.12.0 +1++ Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Hole.io By Voodoo
      Bundle ID: com.nguyenvh.holeio
      iTunes Store Link: https://apps.apple.com/us/app/hole-io/id1389111413
       

      Hack Features:
      - Unlimited Currencies -> Earn or spend some.
      - Free In-App Purchases


      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/
        • Like
      • 33 replies
    • Ultimate Golf! v4.14.02 +1 Jailed Cheat [ Perfect Shot ]
      Modded/Hacked App: Ultimate Golf! By Miniclip.com
      Bundle ID: com.hypgames.ultimategolf
      iTunes Store Link: https://apps.apple.com/us/app/ultimate-golf/id1475163222
       

      Hack Features:
      - Perfect Shot -> Every ball hit will go straight.


      Jailbreak required hack(s): [Mod Menu Hack] Ultimate Golf! v4.4.3 +1 Cheat [ Perfect Shot ] - 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/
        • Agree
      • 130 replies
    • Ultimate Golf! v4.14.02 +1 Cheat [ Perfect Shot ]
      Modded/Hacked App: Ultimate Golf! By Miniclip.com
      Bundle ID: com.hypgames.ultimategolf
      iTunes Store Link: https://apps.apple.com/us/app/ultimate-golf/id1475163222


      Hack Features:
      - Perfect Shot -> Every ball hit will go straight.


      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/
        • Like
      • 236 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