You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you discover a bug in the bot, please [search our issue tracker](https://github.com/PokemonGoF/PokemonGo-Bot/issues?q=is%3Aissue+sort%3Aupdated-desc) first. If it hasn't been reported, please [create a new issue](https://github.com/PokemonGoF/PokemonGo-Bot/issues/new) and ensure you follow the template guide so that our team can assist you as quickly as possible.
@@ -53,27 +53,25 @@ If this is your first time making a PR or aren't sure of the standard practice o
53
53
-[x] Search Pokestops
54
54
-[x] Catch Pokemon
55
55
-[x] Determine which pokeball to use (uses Razz Berry if the catch percentage is low!)
56
-
-[x] Exchange Pokemon as per configuration
57
-
-[x]Evolve Pokemon as per configuration
56
+
-[x] Exchange, evolve and catch Pokemon as per configuration
57
+
-[x]Transfer Pokemon in bulk
58
58
-[x] Auto switch mode (Inventory Checks - switches between catch/farming items)
59
59
-[x] Limit the step to farm specific area for pokestops
60
-
-[x]Rudimentary IV Functionality filter
61
-
-[x]Ignore certain pokemon filter
60
+
-[x]Limit Pokestops/catch Pokemons per day
61
+
-[x]IV Functionality filter
62
62
-[x] Adjust delay between Pokemon capture & Transfer as per configuration
-[x] Set family ID as VIP and priorice bot to catch it!
67
+
-[x] Spin Gyms pokestops
68
+
-[x] Transfer red slashed pokemons
69
+
-[x] Set shiny pokemons as VIP
70
+
-[x] Deploy a pokemon in Gym if slot available
71
+
-[x] Docker support
72
+
-[x] Auto heal Pokemons
73
+
-[x] Information about PGoAPI bot version is rather Bossland endpoint, expiration key date and RPM used
68
74
69
-
## Analytics
70
-
[PokemonGo-Bot](https://github.com/PokemonGoF/PokemonGo-Bot) is very popular and has a vibrant community. Because of that, it has become very difficult for us to know how the bot is used and what errors people hit. By capturing small amounts of data, we can prioritize our work better such as fixing errors that happen to a large percentage of our user base, not just a vocal minority.
71
-
72
-
Our goal is to help inform our decisions by capturing data that helps us get aggregate usage and error reports, not personal information. To view the code that handles analytics in our master branch, you can use this [search link](https://github.com/PokemonGoF/PokemonGo-Bot/search?utf8=%E2%9C%93&q=BotEvent).
73
-
74
-
If there are any concerns with this policy or you believe we are tracking something we shouldn't, please open a ticket in the tracker. The contributors always intend to do the right thing for our users, and we want to make sure we are held to that path.
75
-
76
-
If you do not want any data to be gathered, you can turn off this feature by setting `health_record` to `false` in your `config.json`.
77
75
78
76
## Credits
79
77
-[tejado](https://github.com/tejado) many thanks for the API
@@ -167,6 +165,14 @@ If you do not want any data to be gathered, you can turn off this feature by set
0 commit comments