Wizards of the Coast announced that they will close the Planeswalker Points website 2020, May 27th, while offering no exporting feature. This means that at that date, ALL your match history will be deleted.
The procedure below will allow you to export your match history in a .csv
file. That file can then be imported
into your sheet processor of choice (Microsoft Excel, Libreoffice Calc, or other).
Open https://www.wizards.com/Magic/PlaneswalkerPoints/History after you are logged in in the pwp website.
Open your browser tools and go to console (F12)
- Open the exportpwp.js file, and copy its content
- Paste that content in the console
- Press enter/run (it will take sometime loading and fetching all the events).
- Wait until the
.csv
file is downloaded (might take sometime according to your browser/processor/connection).
Import to your favorite spreadsheet processor and do whatever you want with it :)
- Internationalization removal of extra fields: e.g. "Format: Standard" to "Standard"
- Fixed escaping double quotes correctly when they appeared
- Participation points added
- Just one time code paste - checks for everything to be loaded
- Removed unnecessary text (eg. Format: Standard to Standard)
- Fixed names that contained " in them (again) for proper import in LibreOffice Calc
- fixed error on the table header
- fixed names that contained " in them
- team opponents should be correctly tracked now
- added the total number of players per event
- column order fixed, and removed repeated store info
- If you made this far and like stats, you can go visit my other project mtgmeta.io or follow mtgmeta on twitter @mtgmetaio
- Thanks to zendamacf and liberforce for helping with the readme formatting, bug hunting, features and code improvements!