PokemonGoBot icon indicating copy to clipboard operation
PokemonGoBot copied to clipboard

[Feature Request] Logging Eggs hatched

Open oCortex opened this issue 8 years ago • 3 comments

It would be cool if all eggs hatched wrote to a log file with all the info, so leaving it overnight we can see what was hatched from eggs. Could be useful for keeping track of higher IV pokes from Hatching.

oCortex avatar Jul 26 '16 16:07 oCortex

Let's take this a step further and add a few other details to it.

On bot termination - print the following:

  • Hatched Eggs
  • Distance Traveled
  • XP Gained
  • Evolved (when introduced)
  • Level
  • Current PokeBank

Agronis avatar Jul 26 '16 16:07 Agronis

Related to #91

jabbink avatar Jul 26 '16 16:07 jabbink

maybe try: $./gradlew run | tee stderr.txt | grep "Hatched" > eggs.txt | grep "Caught" > caughtPokemon.txt

Mixone-FinallyHere avatar Aug 11 '16 20:08 Mixone-FinallyHere