Jump to content

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


Amuyea

888 posts in this topic

Recommended Posts

Posted

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
  • Replies 887
  • Created
  • Last Reply
Posted

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

Posted

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

Posted

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

Posted

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

Posted

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

Posted

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

Posted

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 ? 

Posted

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

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Boom! Zombies v1.1.0 [+3 Jailed Cheats]
      Modded/Hacked App: Boom! Zombies By ONEMT PTE. LTD.
      Bundle ID: com.onemt.ios.tk
      App Store Link: https://apps.apple.com/us/app/boom-zombies/id6745877105?uo=4



      🤩 Hack Features

      - Never Die
      - High Damage
      - No Reload
      • 2 replies
    • Boom! Zombies v1.1.0 [+3 Cheats]
      Modded/Hacked App: Boom! Zombies By ONEMT PTE. LTD.
      Bundle ID: com.onemt.ios.tk
      App Store Link: https://apps.apple.com/us/app/boom-zombies/id6745877105?uo=4



      🤩 Hack Features

      - Never Die
      - High Damage
      - No Reload
       
      • 7 replies
    • Joint Blitz v1.0.20 [+5 Jailed Cheats]
      Modded/Hacked App: Joint Blitz By Beijing Dasheng Digital Entertainment Technology Co., Ltd.
      Bundle ID: com.mojo.tuxi.ios
      App Store Link: https://apps.apple.com/us/app/joint-blitz/id6480042435?uo=4



      🤩 Hack Features

      - Add Diamonds
      - Add Money
      - Enemy Can't Attack
      - No Population Limit
      - Higher Energy Gain (From killing enemy)
      • 1 reply
    • Joint Blitz v1.0.20 [+5 Cheats]
      Modded/Hacked App: Joint Blitz By Beijing Dasheng Digital Entertainment Technology Co., Ltd.
      Bundle ID: com.mojo.tuxi.ios
      App Store Link: https://apps.apple.com/us/app/joint-blitz/id6480042435?uo=4



      🤩 Hack Features

      - Add Diamonds
      - Add Money
      - Enemy Can't Attack
      - No Population Limit
      - Higher Energy Gain (From killing enemy)
      • 3 replies
    • Super Stylist Fashion Makeover Cheats v3.6.6 +1
      Modded/Hacked App: Super Stylist Fashion Makeover By CRAZY STYLE LTD
      Bundle ID: com.babyeducationtoys.fashionstyle
      iTunes Store Link: https://apps.apple.com/us/app/super-stylist-fashion-makeover/id1441648201?uo=4


      Hack Features:
      - Free Store (not iAP)


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/112404-super-stylist-fashion-makeover-v352-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/190368-super-stylist-fashion-makeover-cheats-v352-1/
      • 19 replies
    • AdVenture Capitalist Cheats v9.13.0 +1
      Modded/Hacked App: AdVenture Capitalist By Hyper Hippo Publishing Ltd.
      Bundle ID: com.kongregate.mobile.adventurecapitalist
      iTunes Store Link: https://apps.apple.com/us/app/adventure-capitalist/id927006017?uo=4


      Hack Features:
      - Freeze Currencies

       
      Free Non-Jailbroken Hack:  https://iosgods.com/topic/82751-adventure-capitalist-v940-jailed-cheats-1/


      Hack Download Link: https://iosgods.com/topic/78370-adventure-capitalist-cheats-v940-1/
      • 1,192 replies
    • Monster Legends: Collect all Cheats v18.1.1 +8
      Modded/Hacked App: Monster Legends: Merge RPG By Socialpoint
      Bundle ID: es.socialpoint.MonsterCity
      iTunes Store Link: https://apps.apple.com/us/app/monster-legends-merge-rpg/id653508448?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Cydia, Sileo or Zebra).

       

      🤩 Hack Features

      - 1 Hit Kill
      - Skip Enemy Turn
      - Multiply Attack
      - Multiply Defense
      - Insane Score (Always 3 Stars)
      - No Skill Cost
      - Auto Win
      - Auto Play Battle Enabled for All Maps


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/topic/140543-monster-legends-collect-all-v1778-5-cheats-for-jailed-idevices/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/176914-monster-legends-collect-all-cheats-v1779-8/
      • 348 replies
    • BitLife - Life Simulator Cheats v3.19.8 +2
      Modded/Hacked App: BitLife - Life Simulator by Candywriter, LLC
      Bundle ID: com.wtfapps.apollo16
      iTunes Store Link: https://apps.apple.com/us/app/bitlife-life-simulator/id1374403536?uo=4&at=1010lce4


      Hack Features:
      - Infinite Cash
      - Free Bitizen Purchase (Press Cancle) - Work for All Versions


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/84167-arm64-bitlife-life-simulator-v1412-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/84223-arm64-bitlife-life-simulator-cheats-all-versions-2/
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 3,676 replies
    • [Global / KR] STARSEED: Asnia Trigger Cheats v7.6 +3
      Modded/Hacked App: STARSEED: Asnia Trigger By Com2uS Corp.
      Bundle ID: com.com2us.starseedgl.ios.apple.global.normal
      iTunes Store Link: https://apps.apple.com/us/app/starseed-asnia-trigger/id6504904399?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Instant Skills


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
       


      iOS Hack Download Link: https://iosgods.com/topic/188338-starseed-asnia-trigger-cheats-v115-3/
        • Agree
      • 59 replies
    • Idle MoonRabbit: AFK RPG Cheats v1.124.0 +4
      Modded/Hacked App: Idle MoonRabbit: AFK RPG By Able Games Co. ,Ltd.
      Bundle ID: com.TheAbleGames.DalToKi
      iTunes Store Link: https://apps.apple.com/us/app/idle-moonrabbit-afk-rpg/id1599684924?uo=4

       

      🔧 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Cydia, Sileo or Zebra).

       

      🚀 Hack Features

      - Multiply Attack
      - Multiply Defense
      - Infinite Mana
      - Instant Skills


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/topic/190116-idle-moonrabbit-afk-rpg-v11130-jailed-cheats-4/

       

      📥 iOS Hack Download Link: https://iosgods.com/topic/167497-idle-moonrabbit-afk-rpg-cheats-v11130-4/
      • 242 replies
    • Hollywood Story: Fashion Star Cheats v13.3 +4
      Modded/Hacked App: Hollywood Story®: Fashion Star By Nanobit d.o.o.
      Bundle ID: com.nanobitsoftware.hollywoodstory
      iTunes Store Link: https://apps.apple.com/us/app/hollywood-story-fashion-star/id876656488?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Infinite Cash
      - Infinite Gems
      - Infinite Golden Tickets
      - Infinite Stars Point

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/73408-hollywood-story-fashion-star-cheats-v1211-4/
        • Like
      • 808 replies
    • My Talking Angela 2 Cheats v25.2.3 +2
      Modded/Hacked App: My Talking Angela 2 By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingangela2
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-angela-2/id1536584509?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/147072-my-talking-angela-2-v1013-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/147070-my-talking-angela-2-cheats-all-versions-2/
      • 112 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