Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Releases: jabbink/PokemonGoBot

Pokemon Go Bot v0.4.2

25 Jul 09:01
Compare
Choose a tag to compare
Pokemon Go Bot v0.4.2 Pre-release
Pre-release

Changelog:

  • Output owned pokemon sorted
  • If token not found in config, add an empty line
  • Check if user has Pokeballs before trying an encounter
  • Use internal lootTimeouts to find next Pokestop to walk to
  • Hatch eggs
  • Persistent Google Login
  • Many bug fixes
  • Sort by IV
  • Nicer logging
  • Smarter capture of Pokemon
  • Release pokemon by IV
  • Walk only mode
  • Don't transfer named and/or favorited Pokemon
  • Fix typos
  • Update Java API

Warning: Many more options in the config. Also, when using Google Login, remove your token from the config (so the line reads token= again). The application will automatically overwrite this with a new, valid token.

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as config.properties, fill all blanks and save it next to the .jar file

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar pogo.scraper-all-0.4.2.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

Pokemon Go Bot v0.4.1

24 Jul 22:14
Compare
Choose a tag to compare
Pokemon Go Bot v0.4.1 Pre-release
Pre-release

[SEVERELY BROKEN; DO NOT USE]

Changelog:

  • Add Spring Boot
  • Skip catch pokemon if no balls available;
  • [FIX] egg incubation not iterating when more than one empty incubator and eggs
  • reference correct API commit hash
  • default IV threshold was 400 instead of 80

Warning: Many more options in the config. Also, when using Google Login, remove your token from the config (so the line reads token= again). The application will automatically overwrite this with a new, valid token.

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as config.properties, fill all blanks and save it next to the .jar file

  3. Run the .jar with Java 8 (or higher) like this:

    java -jar pogo.scraper-all-0.4.1.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

Pokemon Go Bot v0.3.0

22 Jul 12:14
Compare
Choose a tag to compare
Pokemon Go Bot v0.3.0 Pre-release
Pre-release

Changes:

  • Code base cleaned up
  • Use new Java API (should fix LoginFailedExceptions and IndexOutOfBoundsException)
  • Many more options to catch/drop Pokemon (see config.properties.template)

How to run compiled version:

  1. Download this release.

  2. Create a config file, as a base, take this file, save it as config.properties, fill all blanks and save it next to the .jar file

  3. Run the .jar with Java 7 (or higher) like this:

    java -jar pogo.scraper-all-0.3.0.jar

  4. Check the frequently asked questions on https://github.com/jabbink/PokemonGoBot

Pokemon Go Bot v0.2.1

21 Jul 17:01
4d42ffb
Compare
Choose a tag to compare
Pokemon Go Bot v0.2.1 Pre-release
Pre-release

Changes:

  • Allow disabling auto-transfer of duplicate Pokemon
  • Fix errors when attempting to catch Pokemon

How to run compiled version:

  1. Download this release.
  2. Create a config file, as a base, take this file, save it as config.properties, fill all blanks and save it next to the .jar file
  3. Run the .jar with Java 7 (or higher) like this:

java -jar pogo.scraper-all-0.2.1.jar

Pokemon Go Bot v0.2.0

21 Jul 14:02
Compare
Choose a tag to compare
Pokemon Go Bot v0.2.0 Pre-release
Pre-release

Changes:

  • Login via Google Account
  • Allow setting the walking speed
  • Disallow the bot from dropping items

How to run compiled version:

  1. Download this release.
  2. Create a config file, as a base, take this file, save it as config.properties, fill all blanks and save it next to the .jar file
  3. Run the .jar with Java 7 (or higher) like this:

java -jar pogo.scraper-all-0.2.0.jar

Standalone test release

21 Jul 12:58
Compare
Choose a tag to compare
Pre-release
  1. Download this release.
  2. Create a config file, as a base, take this file, save it as config.properties, fill all blanks and save it next to the .jar file
  3. Run the .jar with Java 7 (or higher) like this:

java -jar pogo.scraper-all-1.0-SNAPSHOT.jar