Jump to content

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


888 posts in this topic

Recommended Posts

Posted

 

Getting this error:

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

Collecting pgoapi

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

No matching distribution found for pgoapi

 

google a "pgoapi" and download the file ... after that navigate to the folder and type "sudo python setup.py install" ... it'll install the pgoapi and u can run the bot

Posted

I am having trouble, any ideas?

 

Last login: Sat Jul 30 20:28:35 on console

Adams-MacBook-Pro:PokemonGo adamvanhorn$ source bin/activate

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo adamvanhorn$ python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

  File "/Users/adamvanhorn/Desktop/PokemonGo/pokemongo_bot/__init__.py", line 10, in <module>

    import yaml

ImportError: No module named yaml

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo adamvanhorn$ 

Posted

I am having trouble, any ideas?

 

Last login: Sat Jul 30 20:28:35 on console

Adams-MacBook-Pro:PokemonGo adamvanhorn$ source bin/activate

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo adamvanhorn$ python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

  File "/Users/adamvanhorn/Desktop/PokemonGo/pokemongo_bot/__init__.py", line 10, in <module>

    import yaml

ImportError: No module named yaml

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo adamvanhorn$ 

There is a post about it in few pages before this one

Posted

@Amuyea why do i get this error?

 

JROs-MAC:PokemonGO JRO$ python pokecli.py

/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'pokecli.py': [Errno 2] No such file or directory

Drag the folder over terminal

Posted

Hii, its showing me this :(

 

 

Last login: Sun Jul 31 02:59:33 on ttys000

Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ source bin/activate

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ python pokecli.py

Traceback (most recent call last):

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

    main()

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

    config = init_config()

  File "pokecli.py", line 64, in init_config

    load.update(json.load(data))

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load

    **kw)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads

    return _default_decoder.decode(s)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode

    obj, end = self.raw_decode(s, idx=_w(s, 0).end())

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode

    raise ValueError("No JSON object could be decoded")

ValueError: No JSON object could be decoded

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ 

Display all 1479 possibilities? (y or n)

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ python pokecli.py

Traceback (most recent call last):

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

    main()

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

    config = init_config()

  File "pokecli.py", line 64, in init_config

    load.update(json.load(data))

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load

    **kw)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads

    return _default_decoder.decode(s)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode

    obj, end = self.raw_decode(s, idx=_w(s, 0).end())

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode

    raise ValueError("No JSON object could be decoded")

ValueError: No JSON object could be decoded

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$

Posted

There is a post about it in few pages before this one

I referred back to previous post and did the pip install requests and I am with another error

 

Last login: Sat Jul 30 21:07:59 on ttys000

Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ 

Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ source bin/activate

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

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

    from pgoapi import PGoApi

ImportError: No module named pgoapi

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ 

Posted

Hii, its showing me this :(

 

 

Last login: Sun Jul 31 02:59:33 on ttys000

Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ source bin/activate

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ python pokecli.py

Traceback (most recent call last):

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

    main()

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

    config = init_config()

  File "pokecli.py", line 64, in init_config

    load.update(json.load(data))

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load

    **kw)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads

    return _default_decoder.decode(s)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode

    obj, end = self.raw_decode(s, idx=_w(s, 0).end())

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode

    raise ValueError("No JSON object could be decoded")

ValueError: No JSON object could be decoded

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ 

Display all 1479 possibilities? (y or n)

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$ python pokecli.py

Traceback (most recent call last):

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

    main()

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

    config = init_config()

  File "pokecli.py", line 64, in init_config

    load.update(json.load(data))

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load

    **kw)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads

    return _default_decoder.decode(s)

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode

    obj, end = self.raw_decode(s, idx=_w(s, 0).end())

  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode

    raise ValueError("No JSON object could be decoded")

ValueError: No JSON object could be decoded

(PokemonGo-Bot) Anass-MacBook-Pro:PokemonGo-Bot Anasg1$

Copy the json in json files and copy it into http://jsonlint.com/ Then fix the error it gives you in your json.

 

I referred back to previous post and did the pip install requests and I am with another error

 

Last login: Sat Jul 30 21:07:59 on ttys000

Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ 

Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ source bin/activate

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ python pokecli.py

Traceback (most recent call last):

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

    from pokemongo_bot import logger

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

    from pgoapi import PGoApi

ImportError: No module named pgoapi

(PokemonGo-Bot) Adams-MacBook-Pro:PokemonGo-Bot adamvanhorn$ 

There is solution in few pages before this

Guest
This topic is now closed to further 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