Magic Online Draft Converter

Generate Lifetime Stats

I've put together a Java program that can let you generate a report of your lifetime Magic activity; you'll be able to see your lifetime stats grouped by tournament format (Standard, Booster Draft, etc) and tournament type (Pro Tour, FNM, etc).

Be forewarned: you need to be tech-savvy to do this; it's a Java program that you'll have to compile and run yourself. You'll also need to fetch the necessary input from Wizards's Planeswalker Points site. Additionally, this was just something I made for myself; I don't know if your browser, your operating system, or your text editor will wind up producing the exact input format that my program needs. But if you're up for it...

The first step is to download information from the Planeswalker Points website in a format that my program can understand. To do this, you have to log in using your password, navigate to the History tab, and select "Events only" from the drop-down menu in the top-right. If you're already logged in, here's a direct link.

Now you have to expand every single tournament. You can either click on every single little arrow next to every single tournament, or you can do things the easy way. Using Google Chrome, open the menu in the top-right of the browser and select Tools > JavaScript Console. Execute this command:
$("a.Expand").click()

Once you wait for everything to expand (which can take a while if you've been playing for a long time), select-all the whole page (ctrl+a) and copy it. Paste it into your favorite text editor, and save the .txt file anywhere you'll be able to find it again.

Download the java program, compile it, and run it. Here's an example:
java pwp.PWPScraper /Users/ben/myevents.txt