I made an implementation of Concord's idea for Ladle stats. Source, Live demo
The other branch is a program to print out stats about players—Who won the most Ladles? What Ladles has this person played in? Who has played in the most Ladles? Examples:
Code: Select all
$ python ladle-results.py aliases.json ../ladle-export/ladles.json report_wins
6 newbie Ladle 4, Ladle 6, Ladle 9, Ladle 11, Ladle 21, Ladle 24
6 pavelo Ladle 6, Ladle 9, Ladle 11, Ladle 14, Ladle 18, Ladle 19
...
Code: Select all
$ python ladle-results.py aliases.json ../ladle-export/ladles.json report_occurrences
21 sasha Ladle 1, Ladle 3, Ladle 4, Ladle 5, ...
19 g5 Ladle 1, Ladle 2, Ladle 3, Ladle 4, Ladle 7, ...
...
Code: Select all
$ python ladle-results.py aliases.json ../ladle-export/ladles.json report_player freekill
Results for freekill:
Ladle 28 with The Usual Suspects (Lost in Finals)
...