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

    • F Class Adventurer: AFK RPG v1.53.04 +3 Cheats
      Modded/Hacked App: F Class Adventurer By EK GAMES
      Bundle ID: net.ekgames.fclasshero
      iTunes Store Link: https://apps.apple.com/us/app/f-class-adventurer/id6444598021?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:
      - Damage Multiplier
      - God Mode


      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
      • 337 replies
    • Pixel Hunter Idle v7.0 +3 Cheats
      Modded/Hacked App: 픽셀 헌터 키우기: 방치형 RPG By ZillionGames lnc
      Bundle ID: com.zilliongames.hunteridle
      iTunes Store Link: https://apps.apple.com/kr/app/%ED%94%BD%EC%85%80-%ED%97%8C%ED%84%B0-%ED%82%A4%EC%9A%B0%EA%B8%B0-%EB%B0%A9%EC%B9%98%ED%98%95-rpg/id1664366717?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:
      - Damage Multiplier
      - God Mode


      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
      • 334 replies
    • Air Defence 3D v1.20.1 Cheats +4
      Modded/Hacked App: Air Defence 3D By Voodoo
      Bundle ID: dats.games.airdefence3d
      iTunes Store Link: https://apps.apple.com/us/app/air-defence-3d/id6443950122?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:
      - Debug Menu: Setting -> Privacy -> Crash -> Reopen -> Float icon -> Game Cheats
      - Premium: Setting -> Privacy -> Crash -> Reopen -> Float icon -> In-App Purchase -> VoodooPremium
      - Dumb Enemy
      - Earn more gold
      • 1 reply
    • Air Defence 3D v1.20.1 Cheats +4
      Modded/Hacked App: Air Defence 3D By Voodoo
      Bundle ID: dats.games.airdefence3d
      iTunes Store Link: https://apps.apple.com/us/app/air-defence-3d/id6443950122?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:
      - Debug Menu: Setting -> Privacy -> Crash -> Reopen -> Float icon -> Game Cheats
      - Premium: Setting -> Privacy -> Crash -> Reopen -> Float icon -> In-App Purchase -> VoodooPremium
      - Dumb Enemy
      - Earn more gold
      • 2 replies
    • War Plane Strike: Sky Combat v2.8 Cheats +2
      Modded/Hacked App: War Plane Strike: Sky Combat By Voodoo
      Bundle ID: com.thagiwara.aircraftmaster
      iTunes Store Link: https://apps.apple.com/us/app/war-plane-strike-sky-combat/id6443915404?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:
      - Debug Menu: Setting -> Privacy -> Float icon -> Game Process
      - Premium: Setting -> Privacy -> Float icon -> In-App Purchase -> VoodooPremium
      • 0 replies
    • War Plane Strike: Sky Combat v2.8 Cheats +2
      Modded/Hacked App: War Plane Strike: Sky Combat By Voodoo
      Bundle ID: com.thagiwara.aircraftmaster
      iTunes Store Link: https://apps.apple.com/us/app/war-plane-strike-sky-combat/id6443915404?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:
      - Debug Menu: Setting -> Privacy -> Float icon -> Game Process
      - Premium: Setting -> Privacy -> Float icon -> In-App Purchase -> VoodooPremium
      • 1 reply
    • Infantry Attack: Battle 3D FPS v1.28.4 Cheats +2
      Modded/Hacked App: Infantry Attack: Battle 3D FPS By Voodoo
      Bundle ID: com.niklas.fpsdefense
      iTunes Store Link: https://apps.apple.com/us/app/infantry-attack-battle-3d-fps/id6444265745?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:
      - Debug Menu: Setting -> Discord -> Float icon -> Game Debug
      - Premium: Setting -> Discord -> Float icon -> In-App Purchase -> VoodooPremium
      • 0 replies
    • Infantry Attack: Battle 3D FPS v1.28.4 Cheats +2
      Modded/Hacked App: Infantry Attack: Battle 3D FPS By Voodoo
      Bundle ID: com.niklas.fpsdefense
      iTunes Store Link: https://apps.apple.com/us/app/infantry-attack-battle-3d-fps/id6444265745?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:
      - Debug Menu: Setting -> Discord -> Float icon -> Game Debug
      - Premium: Setting -> Discord -> Float icon -> In-App Purchase -> VoodooPremium
      • 1 reply
    • Dolls Stack: Match & Stack! v6.2.0 Cheats +2
      Modded/Hacked App: Dolls Stack: Match & Stack! By Voodoo
      Bundle ID: com.egg.stack
      iTunes Store Link: https://apps.apple.com/us/app/dolls-stack-match-stack/id1659053906?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:
      - Debug Menu: Setting -> Privacy -> Float icon -> BMS Debugger
      - Premium: Setting -> Privacy -> Float icon -> In-App Purchase -> VoodooPremium
      • 0 replies
    • Dolls Stack: Match & Stack! v6.2.0 Cheats +2
      Modded/Hacked App: Dolls Stack: Match & Stack! By Voodoo
      Bundle ID: com.egg.stack
      iTunes Store Link: https://apps.apple.com/us/app/dolls-stack-match-stack/id1659053906?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:
      - Debug Menu: Setting -> Privacy -> Float icon -> BMS Debugger
      - Premium: Setting -> Privacy -> Float icon -> In-App Purchase -> VoodooPremium
      • 0 replies
    • Dusk WarZ v1.5.2 Cheats +2
      Modded/Hacked App: Dusk WarZ By Voodoo
      Bundle ID: com.oxvgames.dawndefense
      iTunes Store Link: https://apps.apple.com/us/app/dusk-warz/id1659663529?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:
      - Premium: Setting -> Privacy -> Float icon -> In-App Purchase -> VoodooPremium
      - Unlimited currencies: Setting -> Restore Purchases
      • 0 replies
    • Dusk WarZ v1.5.2 Cheats +2
      Modded/Hacked App: Dusk WarZ By Voodoo
      Bundle ID: com.oxvgames.dawndefense
      iTunes Store Link: https://apps.apple.com/us/app/dusk-warz/id1659663529?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:
      - Premium: Setting -> Privacy -> Float icon -> In-App Purchase -> VoodooPremium
      - Unlimited currencies: Setting -> Restore Purchases
      • 0 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