Releases: jabbink/PokemonGoBot
Pokemon Go Bot v1.0.1
Awkward mistake in v1.0.0 (authentication suddenly expired after 30 minutes)
(if you encounter problems with this that you didn't have with v0.8.2, feel free to downgrade; that one is also safe but contains some bugs)
Changelog:
- actually fix PTC timeout after 150 minutes
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
default.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-1.0.1.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v1.0.0
🎉 STABLE RELEASE 🎉
(if you encounter problems with this that you didn't have with v0.8.2, feel free to downgrade; that one is also safe but contains some bugs)
Changelog:
- major release; very stable and well tested
- prevent trying to drop buddy pokemon
- use new api (should prevent trying to encounter expired pokemon)
- blacklist expired pokemon in case they still come through
- Fix PTC timeout after 150 minutes
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
default.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-1.0.0.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v0.8.2
Changelog:
- Correctly reload stored spawn point
- allow leaving the start area and find more pokestops and pokemon (update to API v0.0.6)
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
default.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-0.8.2.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v0.8.1
UPGRADE TO THIS RELEASE AS SOON AS POSSIBLE; older releases can easily be detected by Niantic
Changes made:
- Update API to v0.0.5 to fully fix multi botting
- Correctly reuse device identifiers
- Correctly request incremental updates to map cells
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
default.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-0.8.1.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v0.8.0
Update to this version when you want to use multiple bots at once
Changelog:
- Update API (thread safe)
- Make multi-botting work again
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
default.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-0.8.0.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v0.7.5
Changelog:
- Update API (better stability)
- Remove debug logging for level rewards
- correctly iterate over pokemon (off by one error fixed)
- Improved loading and saving of last location
- Improved API by returning correct HTTP status codes
- Code related: Updated authors; unified codestyle; Better API documentation
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
default.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-0.7.5.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v0.7.4
Changelog:
- Add ability to set a buddy Pokemon (see
buddyPokemon
setting in the config; set that one to the name of a Pokemon; e.g.WEEDLE
) - Correctly log when bot is idling because of lure's in the area
- Possibly fix to correctly log hatched pokemon with all stats (instead of claiming it is "MISSINGNO")
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
bot.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-0.7.4.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v0.7.3
Changelog:
- Fix catch rate to old behaviour
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
bot.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-0.7.3.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v0.7.2
Changelog:
- Updated protobufs
- Updated encryption mechanism to comply with iOS version 1.15.0
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
bot.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-0.7.2.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot
Pokemon Go Bot v0.7.1
Changelog:
- Updated protobufs; should resolve some issues
- removed many useless debug messages
How to run compiled version:
-
Download this release.
-
Create a config file, as a base, take this file, save it as
bot.json
in a directory calledbot-settings
. Then open it with a plain text editor (e.g. notepad) and fill all blanks. -
Run the
.jar
with Java 8 (or higher) like this:java -jar PokemonGoBot-0.7.1.jar
-
Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot