tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

Export Data #169

Open Tohrment opened 8 years ago

Tohrment commented 8 years ago

Is there a way to export the User Data? Such as exporting the current pokemon held by the user with all relevant data? I would like to be able to export it and use powershell to sort through the mess of pokemon I have to determine whats best to keep and what to get rid of. Such a pain trying to list it all out by hand.

Thanks for any suggestions!

BobbyWibowo commented 8 years ago

I'm assuming you can do something with the inventory-YOUR_USERNAME.json files. The web viewer will get the data from there after all. But you'll have to filter the data as it contains not only Pokemon data, but also items and whatever else.

Tohrment commented 8 years ago

Well, I can extract the data by converting it to csv but man that is still a pain lol. Better than nothing I guess. Maybe I can get build a script to do it lol. Going to wait for a little longer to see if there are any other suggestions if thats ok?

wchill commented 8 years ago

This should ideally be done in the bot, not in the web frontend.