Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Save Player State/Information In File #3387

Closed
pacpac42 opened this issue Aug 10, 2016 · 4 comments
Closed

[Suggestion] Save Player State/Information In File #3387

pacpac42 opened this issue Aug 10, 2016 · 4 comments

Comments

@pacpac42
Copy link

Hi, would it be possible to save the player state/information in a json/text file in the data folder?
The state information should include list of pokemons (most important) with their IVs, and everything that is currently printed at startup. This will also remove the need to print that at startup, and will allow all of us to inspect our lists of pokemons and other information without having to run the client. Thank you.

E.g.

Pokemon      CP        IV          A        D        S
Psyduck      515       0.16        10       2        3
Pidgey       189       0.36        0        13       2
Staryu       201       0.38        7        2        15
...

Item       #
Pokeball   5
...
@pacpac42 pacpac42 changed the title Save Player State/Information In File [Suggestion] Save Player State/Information In File Aug 10, 2016
@Ph4i1ur3
Copy link

it kind of already is in the /web folder. Would be nicer to have it organized as you demonstrated. For the time being the web server provides the information you are asking for, and can be run separately from the bot

@pacpac42
Copy link
Author

Ah I missed that. I agree that it would be great if all that information could be easily exported, but this does not seem to be very necessary at this point in time. Thanks for explaining.

@omeryagmurlu
Copy link

@pacpac42
Copy link
Author

Awesome and thank you! It looks like there are also online tools to convert json to csv easily so i'll close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants