Jump to content

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


Amuyea

888 posts in this topic

Recommended Posts

(PokemonGo-Bot) Ege-MacBook-Pro:PGBC ege$ python pokecli.py

Traceback (most recent call last):

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

    import requests

ImportError: No module named requests

 

 

I got this error, and i still do. I don't know what to do. It says line 38 btw, not line 39!

 

I appreciate your program. May your hands never see trouble "Amuyea". And yours too "Klepto".

Updated by EgeCak
Link to comment
Share on other sites

(PokemonGo-Bot) Ege-MacBook-Pro:PGBC ege$ python pokecli.py

Traceback (most recent call last):

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

    import requests

ImportError: No module named requests

 

 

I got this error, and i still do. I don't know what to do. It says line 38 btw, not line 39!

 

I appreciate your program. May your hands never see trouble "Amuyea".

 

I had this error, if you ever run into any more errors just google like this: ImportError: No module named requests and you will find a support thread. I believe you have to type 'pip install request' or 'requests' and that should do it! :)

I believe i installed. 

 

How would I check if requirement.txt was downloaded properly or at all?

 

You would get a message in terminal that said it was installed. pip install -r requirements.txt or sudo pip install -r requirements.txt

Link to comment
Share on other sites

Vemtrix before you said that, i re-downloaded bot files again and it runs normal now. Thank you for your thought :D

 

 

 

Is it possible to undo a softban? In advanced conf. page, i saw that. But i don't know where to modify them. I'm confused.

Updated by EgeCak
Link to comment
Share on other sites

I receive the no googlemaps module found error, and after entering "pip install googlemaps" this error occurs:

 

Collecting googlemaps

  Using cached googlemaps-2.4.4-py2-none-any.whl

Requirement already satisfied (use --upgrade to upgrade): requests<=2.10.0 in /Library/Python/2.7/site-packages (from googlemaps)

Installing collected packages: googlemaps

Exception:

Traceback (most recent call last):

  File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 215, in main

    status = self.run(options, args)

  File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run

    prefix=options.prefix_path,

  File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 742, in install

    **kwargs

  File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 831, in install

    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)

  File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 1032, in move_wheel_files

    isolated=self.isolated,

  File "/Library/Python/2.7/site-packages/pip/wheel.py", line 346, in move_wheel_files

    clobber(source, lib_dir, True)

  File "/Library/Python/2.7/site-packages/pip/wheel.py", line 317, in clobber

    ensure_dir(destdir)

  File "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 83, in ensure_dir

    os.makedirs(path)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs

    mkdir(name, mode)

OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/googlemaps'

Link to comment
Share on other sites

I receive the no googlemaps module found error, and after entering "pip install googlemaps" this error occurs:

 

Collecting googlemaps

  Using cached googlemaps-2.4.4-py2-none-any.whl

Requirement already satisfied (use --upgrade to upgrade): requests<=2.10.0 in /Library/Python/2.7/site-packages (from googlemaps)

Installing collected packages: googlemaps

Exception:

Traceback (most recent call last):

  File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 215, in main

    status = self.run(options, args)

  File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run

    prefix=options.prefix_path,

  File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 742, in install

    **kwargs

  File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 831, in install

    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)

  File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 1032, in move_wheel_files

    isolated=self.isolated,

  File "/Library/Python/2.7/site-packages/pip/wheel.py", line 346, in move_wheel_files

    clobber(source, lib_dir, True)

  File "/Library/Python/2.7/site-packages/pip/wheel.py", line 317, in clobber

    ensure_dir(destdir)

  File "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 83, in ensure_dir

    os.makedirs(path)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs

    mkdir(name, mode)

OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/googlemaps'

try "sudo pip install googlemaps"

Link to comment
Share on other sites

Getting this error, someone help?!

 

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

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

    from pgoapi import PGoApi

ImportError: No module named pgoapi

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

Collecting pgoapi

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

No matching distribution found for pgoapi

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

Collecting pypgoapi

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

No matching distribution found for pypgoapi

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

Collecting pgoapi

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

No matching distribution found for pgoapi

Link to comment
Share on other sites

Getting this error, someone help?!

 

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

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

    from pgoapi import PGoApi

ImportError: No module named pgoapi

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

Collecting pgoapi

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

No matching distribution found for pgoapi

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

Collecting pypgoapi

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

No matching distribution found for pypgoapi

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

Collecting pgoapi

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

No matching distribution found for pgoapi

pip install pgoapi

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/
      • 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/
      • 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/
        • Agree
      • 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/
      • 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/
      • 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/
      • 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/
      • 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/
      • 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/
      • 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/
      • 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