Jump to content

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


Amuyea

888 posts in this topic

Recommended Posts

I get this: Command "/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools, tokenize;__file__='/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/src/pgoapi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps" failed with error code 1 in /Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/src/pgoapi/

 

Can anyone help me? I also get ImportError: No module named pgoapi

Try

pip install -U pip
Link to comment
Share on other sites

Try

pip install -U pip

and pgoapi

 

Yup worked. Thanks for the tutorial! <3

 

Try

pip install -U pip

Lol right after I say thanks... Error: Traceback (most recent call last):

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

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 146, in _setup_api

    response_dict = self.api.call()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pgoapi/pgoapi.py", line 89, in __getattr__

    raise AttributeError

AttributeError

Link to comment
Share on other sites

I fixed it but the servers are 'busy'. How do I tell when they are not busy?

Run it again and it will get you in. It happened to me few times

Yup worked. Thanks for the tutorial! <3

Lol right after I say thanks... Error: Traceback (most recent call last):

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

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 146, in _setup_api

    response_dict = self.api.call()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pgoapi/pgoapi.py", line 89, in __getattr__

    raise AttributeError

AttributeError

Run it again :p

Link to comment
Share on other sites

Run it again and it will get you in. It happened to me few times

Run it again :p

 

Same thing: Traceback (most recent call last):

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

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 146, in _setup_api

    response_dict = self.api.call()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pgoapi/pgoapi.py", line 89, in __getattr__

    raise AttributeError

AttributeError

Link to comment
Share on other sites

Same thing: Traceback (most recent call last):

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

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 146, in _setup_api

    response_dict = self.api.call()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pgoapi/pgoapi.py", line 89, in __getattr__

    raise AttributeError

AttributeError

I haven't experienced it yet

Link to comment
Share on other sites

I haven't experienced it yet

 

I get everything going and then this happens. Can you please help me!? Looks like something is wrong with the pokebot starting

Updated by Vemtrix
Link to comment
Share on other sites

Is there a possibility to config it so that i won't catch certain pokemon or catch only some?

Yes, let me find it or so

I get everything going and then this happens. Can you please help me!? Looks like something is wrong with the pokebot starting

Trying mate :3

Link to comment
Share on other sites

Still same error if you put "python pokecli.py" in terminal again?

What do you mean?

 

i really doesn't know what i'm doing but i'm try to install this hahaha..

i try to follow all the step on utube but i got problem in here now. 

the moment i copy and paste virtualenv on terminal it shown like that.

virtualenv 
You must provide a DEST_DIR
Usage: virtualenv [OPTIONS] DEST_DIR

with the description like this

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -v, --verbose         Increase verbosity.
  -q, --quiet           Decrease verbosity.
  -p PYTHON_EXE, --python=PYTHON_EXE
                        The Python interpreter to use, e.g.,
                        --python=python2.5 will use the python2.5 interpreter
                        to create the new environment.  The default is the
                        interpreter that virtualenv was installed with (/Libra
                        ry/Frameworks/Python.framework/Versions/2.7/Resources/
                        Python.app/Contents/MacOS/Python)
  --clear               Clear out the non-root install and start from scratch.
  --no-site-packages    DEPRECATED. Retained only for backward compatibility.
                        Not having access to global site-packages is now the
                        default behavior.
  --system-site-packages
                        Give the virtual environment access to the global
                        site-packages.
  --always-copy         Always copy files rather than symlinking.
  --unzip-setuptools    Unzip Setuptools when installing it.
  --relocatable         Make an EXISTING virtualenv environment relocatable.
                        This fixes up scripts and makes all .pth files
                        relative.
  --no-setuptools       Do not install setuptools in the new virtualenv.
  --no-pip              Do not install pip in the new virtualenv.
  --no-wheel            Do not install wheel in the new virtualenv.
  --extra-search-dir=DIR
                        Directory to look for setuptools/pip distributions in.
                        This option can be used multiple times.
  --download            Download preinstalled packages from PyPI.
  --no-download, --never-download
                        Do not download preinstalled packages from PyPI.
  --prompt=PROMPT       Provides an alternative prompt prefix for this
                        environment.
  --setuptools          DEPRECATED. Retained only for backward compatibility.
                        This option has no effect.
  --distribute          DEPRECATED. Retained only for backward compatibility.

                        This option has no effect.

any idea how to solve it ? 

Link to comment
Share on other sites

i really doesn't know what i'm doing but i'm try to install this hahaha..

i try to follow all the step on utube but i got problem in here now. 

the moment i copy and paste virtualenv on terminal it shown like that.

virtualenv 
You must provide a DEST_DIR
Usage: virtualenv [OPTIONS] DEST_DIR

with the description like this

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -v, --verbose         Increase verbosity.
  -q, --quiet           Decrease verbosity.
  -p PYTHON_EXE, --python=PYTHON_EXE
                        The Python interpreter to use, e.g.,
                        --python=python2.5 will use the python2.5 interpreter
                        to create the new environment.  The default is the
                        interpreter that virtualenv was installed with (/Libra
                        ry/Frameworks/Python.framework/Versions/2.7/Resources/
                        Python.app/Contents/MacOS/Python)
  --clear               Clear out the non-root install and start from scratch.
  --no-site-packages    DEPRECATED. Retained only for backward compatibility.
                        Not having access to global site-packages is now the
                        default behavior.
  --system-site-packages
                        Give the virtual environment access to the global
                        site-packages.
  --always-copy         Always copy files rather than symlinking.
  --unzip-setuptools    Unzip Setuptools when installing it.
  --relocatable         Make an EXISTING virtualenv environment relocatable.
                        This fixes up scripts and makes all .pth files
                        relative.
  --no-setuptools       Do not install setuptools in the new virtualenv.
  --no-pip              Do not install pip in the new virtualenv.
  --no-wheel            Do not install wheel in the new virtualenv.
  --extra-search-dir=DIR
                        Directory to look for setuptools/pip distributions in.
                        This option can be used multiple times.
  --download            Download preinstalled packages from PyPI.
  --no-download, --never-download
                        Do not download preinstalled packages from PyPI.
  --prompt=PROMPT       Provides an alternative prompt prefix for this
                        environment.
  --setuptools          DEPRECATED. Retained only for backward compatibility.
                        This option has no effect.
  --distribute          DEPRECATED. Retained only for backward compatibility.

                        This option has no effect.

any idea how to solve it ? 

You must did something wrong.

 

In pokego-bot folder in terminal..

 

Type

 

virtualenv .

Just like that

Link to comment
Share on other sites

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

    • Angry Birds 2 Cheats v3.23.0 +1 [ Infinite Currencies ]
      Modded/Hacked App: Angry Birds 2 By Rovio Entertainment Oyj
      Bundle ID: com.rovio.baba
      iTunes Store Link: https://apps.apple.com/us/app/angry-birds-2/id880047117?uo=4


      Hack Features:
      - Infinite Currencies ( Spend some/ Get some )


      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/70081-angry-birds-2-v2600-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/72039-angry-birds-2-cheats-v2600-1-infinite-currencies/
        • Informative
        • Haha
        • Winner
        • Like
      • 1,907 replies
    • Archero Cheats v5.15.1 +5 [ God Mode & More ]
      Modded/Hacked App: Archero by HABBY PTE. LTD.
      Bundle ID: com.habby.archero
      iTunes Store Link: https://apps.apple.com/us/app/archero/id1453651052?uo=4&at=1010lce4



      Hack Features:
      - Multiply Defense to
      - Multiply Damage to
      - God Mode
      - OHK (Must use with God Mode)
      - Freeze Enemies

      NOTE: If you want to use god mode and ohk turn off multiply damage and defense first. I added multiply damage and defense there to avoid ban


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/100710-archero-v210-enemies-dont-attack-x30-attack/


      Hack Download Link: https://iosgods.com/topic/96783-arm64-archero-cheats-v220-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 15,614 replies
    • Subway Surfers v3.31.0 Jailed Cheats +2
      Modded/Hacked App: Subway Surfers By Sybo Games ApS
      Bundle ID: com.kiloo.subwaysurfers
      iTunes Store Link: https://apps.apple.com/us/app/subway-surfers/id512939461?uo=4


      Hack Features:
      - Infinite Currencies
      - Unlock Characters Outfit


      Jailbreak required hack(s): https://iosgods.com/topic/119793-arm64-subway-surfers-cheats-all-versions-4/


      iOS Hack Download Link: https://iosgods.com/topic/119795-arm64-subway-surfers-v350-jailed-cheats-2/
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 2,359 replies
    • Realm Defense: Hero Legends TD v3.2.8 +6 Cheats
      Modded/Hacked App: Realm Defense: Hero Legends TD By Babeltime Inc. US
      Bundle ID: com.babeltimeus.realmdefense
      iTunes Store Link: https://apps.apple.com/us/app/realm-defense-hero-legends-td/id1197076384?uo=4


      Hack Features:
      - Damage Multiplier
      - Special Damage Multiplier
      - Life Multiplier
      - Shield Multiplier
      - Play Speed Multiplier
      - Cast Speed Multiplier


      iOS Hack Download Link: https://iosgods.com/topic/149710-realm-defense-hero-legends-td-v328-6-cheats/
      • 163 replies
    • Sand Blocks: Blast Puzzle v0.16.05 Cheats +3
      Modded/Hacked App: Sand Blocks: Blast Puzzle By Voodoo
      Bundle ID: com.playakor.sandtris
      iTunes Store Link: https://apps.apple.com/us/app/sand-blocks-blast-puzzle/id6450710358?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 -> GDPR -> Float icon -> In-App Purchase -> VoodooPremium
      - Free Cost Card Upgrade
      - God mode
      • 0 replies
    • Sand Blocks: Blast Puzzle v0.16.05 Cheats +3
      Modded/Hacked App: Sand Blocks: Blast Puzzle By Voodoo
      Bundle ID: com.playakor.sandtris
      iTunes Store Link: https://apps.apple.com/us/app/sand-blocks-blast-puzzle/id6450710358?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 -> GDPR -> Float icon -> In-App Purchase -> VoodooPremium
      - Free Cost Card Upgrade
      - God mode
      • 0 replies
    • Skyline Bowling v3.9 Cheats +6
      Modded/Hacked App: Skyline Bowling By Voodoo
      Bundle ID: com.thebosokacompany.skylinebowling
      iTunes Store Link: https://apps.apple.com/us/app/skyline-bowling/id6450975412?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 -> Discord -> Float Icon ->  In-App Purchase
      - Free cost upgrade in Inventory
      - God inventory stat
      - Always got final lootbox
      - Infinity Gold: Shop -> Buy Any Coin Pack For Free
      - 0 cost loot Bag
      • 0 replies
    • Skyline Bowling v3.9 Cheats +6
      Modded/Hacked App: Skyline Bowling By Voodoo
      Bundle ID: com.thebosokacompany.skylinebowling
      iTunes Store Link: https://apps.apple.com/us/app/skyline-bowling/id6450975412?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 -> Discord -> Float Icon ->  In-App Purchase
      - Free cost upgrade in Inventory
      - God inventory stat
      - Always got final lootbox
      - Infinity Gold: Shop -> Buy Any Coin Pack For Free
      - 0 cost loot Bag
      • 0 replies
    • 1945 - Airplane shooting games Cheats v13.34 +2
      Modded/Hacked App: 1945 - Airplane shooting games By ONESOFT GLOBAL PTE. LTD.
      Bundle ID: com.os.airforce
      iTunes Store Link: https://apps.apple.com/us/app/1945-airplane-shooting-games/id1460632826?uo=4


      Hack Features:
      - Freeze Currencies
      - God Mode
       

      NOTE: Do not abuse the currency else you will get ban, though I made an anti-ban but I hightly recomend do not abuse


      iOS Hack Download Link: https://iosgods.com/topic/150671-1945-airplane-shooting-games-cheats-all-versions-2/
        • Thanks
        • Like
      • 429 replies
    • Zombie Forest 3: Underground v1.0.14 Cheats +6
      Modded/Hacked App: Zombie Forest 3: Underground By Alexander Tavintsev
      Bundle ID: com.tavintsev.zf3
      iTunes Store Link: https://apps.apple.com/us/app/zombie-forest-3-underground/id6478110126?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 point
      - God mode
      - 500 slot inventory
      - Max level
      - Unlimited stamina
      - Loot multiply
      • 16 replies
    • Zombie Forest 3: Underground v1.0.14 Cheats +6
      Modded/Hacked App: Zombie Forest 3: Underground By Alexander Tavintsev
      Bundle ID: com.tavintsev.zf3
      iTunes Store Link: https://apps.apple.com/us/app/zombie-forest-3-underground/id6478110126?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:
      - Unlimited point
      - God mode
      - 500 slot inventory
      - Max level
      - Unlimited stamina
      - Loot multiply
      • 25 replies
    • We Are Warriors! v1.29.0 Cheats +3
      Modded/Hacked App: We Are Warriors! By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.vjsjlqvlmp.wearewarriors
      iTunes Store Link: https://apps.apple.com/us/app/we-are-warriors/id6466648550?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 everything
      - Auto complete task
        • Like
      • 46 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