Kyle Shrader
Kyle Shrader
 Clicking this button will show the console output... you can get the auth code and put it in the google.com/devices site... and from there you're good
You may have the version when the config key was `automatic-autoEvolving`.... so maybe add a duplicate line in your config, but with this key instead of the one mentioned in...
Working on the stats on catch. edit: Currently CatchResult.getCapturedPokemonId() returns 0. When this is fixed on the api it'll be possible. https://github.com/Grover-c13/PokeGOAPI-Java/issues/133
Okay looks like someone came up w/ a intuitive way to get it. :D #52
This may be required if we start pulling google maps at times other than just starting up the bot :/ like if we start seeking out pokemon and pokestops on...
they take into account the animation time, for the last few peices of information... but the rest is pretty valuable...
Currently working on merge conflicts. Current tasks with merge: - [x] merge non-conflicting changes - [x] add namespace support - [x] update results.py to use new context storage - [x]...
> Any benefit to exploring support for more data stores by pulling this in? https://github.com/openai/chatgpt-retrieval-plugin/tree/main/datastore It looks really good. I don't see that it would support the recent addition to...
One alternative to this would be to use the following command to write to a file while also displaying in the terminal. `python3 -u babyagi.py 2>&1 | tee output.txt`
> > All those seem like cool important additions, but is it possible to split into smaller chunks so it's easier to review and merge? > > I can try...