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

    • The King of Fighters ALLSTAR Cheats v1.17.0 +5 [ Multiply Attack & More ]
      Modded/Hacked App: The King of Fighters ALLSTAR by Netmarble Corporation
      Bundle ID: com.netmarble.kofg
      iTunes Store Link: https://apps.apple.com/us/app/the-king-of-fighters-allstar/id1444835826?uo=4&at=1010lce4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Switch Always Active
      - Super Attack Always Active
      - No Skills CoolDown


      iOS Hack Download Link: https://iosgods.com/topic/112743-arm64-the-king-of-fighters-allstar-cheats-v169-5/
      • 1,402 replies
    • WAR OF THE VISIONS FFBE Cheats v10.2.0 +3 [ Multiply Damage & Defense ]
      Modded/Hacked App: FINAL FANTASY BE:WOTV By SQUARE ENIX Co., Ltd.
      Bundle ID: com.square-enix.WOTVffbeww
      iTunes Store Link: https://apps.apple.com/us/app/final-fantasy-be-wotv/id1484937345?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Full Map Movement


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/173485-final-fantasy-bewotv-v730-jailed-cheats-3/


      iOS Hack Download Link: https://iosgods.com/topic/173483-war-of-the-visions-ffbe-cheats-v740-3-multiply-damage-defense/
      • 160 replies
    • Monster Hunter Puzzles v2.01.00 +6 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Monster Hunter Puzzles By CAPCOM Co., Ltd
      Bundle ID: jp.co.capcom.mhpuzzle
      iTunes Store Link: https://apps.apple.com/us/app/monster-hunter-puzzles/id1591864714?uo=4


      Hack Features:
      - Unlimited Acorns -> Earn or spend some.
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.
      - Unlimited Lives -> Will not decrease.
      - Unlimited Boosters -> Will not decrease.
      - Unlimited Moves -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Monster Hunter Puzzles v2.00.03 +7 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/
      • 3 replies
    • Monster Hunter Puzzles v2.01.00 +7 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Monster Hunter Puzzles By CAPCOM Co., Ltd
      Bundle ID: jp.co.capcom.mhpuzzle
      iTunes Store Link: https://apps.apple.com/us/app/monster-hunter-puzzles/id1591864714?uo=4


      Hack Features:
      - Unlimited Acorns -> Earn or spend some.
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.
      - Unlimited Lives -> Will not decrease.
      - Unlimited Boosters -> Will not decrease.
      - Unlimited Moves -> Will not decrease.
      - Auto Win


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Monster Hunter Puzzles v2.00.03 +6 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/
      • 4 replies
    • Dragon BUURRP! v1.0.8 +2 Jailed Cheats [ God & O-HK]
      Modded/Hacked App: Dragon BUURRP! By Wemade Max Co., Ltd.
      Bundle ID: com.wemademax.projectsb
      iTunes Store Link: https://apps.apple.com/us/app/dragon-buurrp/id6467609946?uo=4


      Hack Features:
      - God Mode
      - One-Hit Kill


      Jailbreak required hack(s): [Mod Menu Hack] Dragon BUURRP! v1.0.6 +2 Cheats [ Damage & Defence ] - 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/
      • 3 replies
    • Dragon BUURRP! v1.0.8 +2 Cheats [ Damage & Defence ]
      Modded/Hacked App: Dragon BUURRP! By Wemade Max Co., Ltd.
      Bundle ID: com.wemademax.projectsb
      iTunes Store Link: https://apps.apple.com/us/app/dragon-buurrp/id6467609946?uo=4


      Hack Features:
      - Damage Multiplier
      - Defence Multiplier


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Dragon BUURRP! v1.0.6 +2 Jailed Cheats [ God & O-HK] - 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/
      • 10 replies
    • Autogun Heroes: Run and Gun v1.9.0 +4 Jailed Cheats [ God Mode ]
      Modded/Hacked App: Autogun Heroes: Run and Gun By Nitro Games Oyj
      Bundle ID: com.nitrogames.autoblaster
      iTunes Store Link: https://apps.apple.com/us/app/autogun-heroes-run-and-gun/id6443807581
       

      Hack Features:
      - God Mode
      - Unlimited Ammo
      - Increased Bullet Speed
      - 65k Coin Bonus -> Gain an extra 65k coins after a game.


      Jailbreak required hack(s): [Mod Menu Hack] Autogun Heroes: Run and Gun v1.1.1 +8 Cheats [ Damage & Defence ] - ViP 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/
      • 39 replies
    • Survivor Base - Zombie Siege v1.6 +1++ Jailed Cheats [ Unlimited Resources ]
      Modded/Hacked App: Survivor Base - Zombie Siege By Longames TEC Co.,Ltd
      Bundle ID: com.jlyt.deadrising
      iTunes Store Link: https://apps.apple.com/us/app/survivor-base-zombie-siege/id6479394876?uo=4


      Hack Features:
      - Unlimited Resources


      Jailbreak required hack(s): [Mod Menu Hack] Survivor Base - Zombie Siege v1.3 +1++ Cheats [ Unlimited Resources ] - 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/
      • 17 replies
    • Survivor Base - Zombie Siege v1.6 +1++ Cheats [ Unlimited Resources ]
      Modded/Hacked App: Survivor Base - Zombie Siege By Longames TEC Co.,Ltd
      Bundle ID: com.jlyt.deadrising
      iTunes Store Link: https://apps.apple.com/us/app/survivor-base-zombie-siege/id6479394876?uo=4


      Hack Features:
      - Unlimited Resources


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Survivor Base - Zombie Siege v1.3 +1++ Jailed Cheats [ Unlimited Resources ] - 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
    • Autogun Heroes: Run and Gun v1.9.0 +8 Cheats [ Damage & Defence ]
      Modded/Hacked App: Autogun Heroes: Run and Gun By Nitro Games Oyj
      Bundle ID: com.nitrogames.autoblaster
      iTunes Store Link: https://apps.apple.com/us/app/autogun-heroes-run-and-gun/id6443807581
       

      Hack Features:
      - Damage Multiplier
      - Defence Multiplier
      - Custom Move Speed
      - Custom Fire Rate
      - Unlimited Ammo
      - Increased Bullet Speed
      - 65k Coin Bonus -> Gain an extra 65k coins after a game.
      - 65k XP Bonus -> Gain an extra 65k XP after a game.


      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/
      • 107 replies
    • NERF: Superblast Online FPS v1.13.0 +2 Jailed Cheats [ Unlimited Ammo ]
      Modded/Hacked App: NERF: Superblast Online FPS By Nitro Games Oyj
      Bundle ID: com.nitrogames.newdawn
      iTunes Store Link: https://apps.apple.com/us/app/nerf-superblast-online-fps/id1557212962
       

      Hack Features:
      - Unlimited Ammo -> Will not decrease.
      - No Weapon Spread


      Jailbreak required hack(s): [Mod Menu Hack] NERF: Superblast v1.0.5 +4 Cheats [ Unlimited Ammo ] - 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/
      • 62 replies
    • NERF: Superblast Online FPS v1.13.0 +4 Cheats [ Unlimited Ammo ]
      Modded/Hacked App: NERF: Superblast Online FPS By Nitro Games Oyj
      Bundle ID: com.nitrogames.newdawn
      iTunes Store Link: https://apps.apple.com/us/app/nerf-superblast-online-fps/id1557212962
       

      Hack Features:
      - Unlimited Ammo -> Will not decrease.
      - High Damage -> Shoots out a lot of bullets per bullet. Best to use with Unlimited Ammo.
      - No Weapon Spread
      - High Fire Rate


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] NERF: Superblast v1.0.5 +3 Cheats [ Unlimited Ammo ] - 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/
      • 139 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