PokemonGoBot
PokemonGoBot copied to clipboard
[Feature Request] Logging Eggs hatched
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.
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
Related to #91
maybe try:
$./gradlew run | tee stderr.txt | grep "Hatched" > eggs.txt | grep "Caught" > caughtPokemon.txt