cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
147 stars 32 forks source link

[Feature] Add an export to CSV option #16

Closed adrianocr closed 8 years ago

adrianocr commented 8 years ago

The data is basically already formatted correctly anyway. Exporting to a CSV would allow people to get a copy of what they have without having to reload the script every time. Saves on API calls and with a CSV you can use Google Sheets or Excel to do a bunch of stuff with the data.

cglatot commented 8 years ago

I will be working on this shortly. Was already considering it, but since you asked so nicely, I will definitely do it :D

adrianocr commented 8 years ago

Looking forward to it!

cglatot commented 8 years ago

Added in latest commit. Can save to CSV for both View and Counts.