Jump to content

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


Amuyea

888 posts in this topic

Recommended Posts

  • Replies 887
  • Created
  • Last Reply
Posted

can anyone share their config?

 

The easyest way to make this work is to delete all files in config excet config.json.example. 

Rename it by "config.json" (use json) , then just put login/password/location (coordinate on google maps)/ API key (get it from the website given by Amuyea); don't change anything else and run it.

Traceback (most recent call last):

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

    from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException

ImportError: No module named pgoapi.exceptions

(PokemonGo-Bot) Muhammad-Kamals-MacBook-Pro-290:PokemonGo-Bot bibibkamal$

 

did i do something wrong? before the new API it worked fine. i already download the update and this happened

 

Create a new file and do it again from scratch.

 

I did saw that thread, im just new to coding and idk what to do..  :turned:

Can you help me?

The new version of the bot already manage to restart when disconnecting. ;) No need to add any script.

Posted

Thanks its working :) but before the update, there is release config like release.json or something. And where can i change it on the new version? Because it seems the new version didnt release pokemon after they caught it. Sorry im new to this

Posted

Thanks its working :) but before the update, there is release config like release.json or something. And where can i change it on the new version? Because it seems the new version didnt release pokemon after they caught it. Sorry im new to this

In the config.json file, you need to modify those lines 

 

"release": {
      "any": {"release_below_cp": 800, "release_below_iv": 0, "logic": "or"},
      "// Example of always releasing Rattata:": {},
      "// Rattata": {"always_release": true},
      "// Example of keeping 3 stronger (based on CP) Pidgey:": {},
      "// Pidgey": {"keep_best_cp": 3},
      "// Example of keeping 2 stronger (based on IV) Zubat:": {},
      "// Zubat": {"keep_best_iv": 2},
      "// Also, it is working with any": {},
      "// any": {"keep_best_iv": 3},
      "// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {},
      "// Zubat": {"keep_best_cp": 2, "keep_best_iv": 3}
    },

Archived

This topic is now archived and is 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