kelesi / mtga-utils

Magic the Gathering: Arena related stuff (Card collection export)
MIT License
53 stars 13 forks source link

Add convenience function to get player's inventory, including vault progress #16

Closed pak21 closed 4 years ago

pak21 commented 4 years ago

Nothing big or clever here.

As you're probably aware, the MTGA vault progress isn't visible in the UI until you hit 100% but is in the log file.

This just adds a convenience function which fetches the appropriate JSON blob from the log file and parses out the obvious properties.

kelesi commented 4 years ago

This can be useful. Thanks.