i discovered a glitch that occured if there were games with 'yes' or 'no' in their titles where they would all be counted that way. i don't think any games so far would have been affected, but anyway, i fixed it.
version 0.6
this version also comes with commandline arguments, so you don't have to tinker with the program itself to change settings. for example, you can save the list of games in another file and do this:
python waterbomb.py -f list_of_games.txt
and you can specify the starting post with '-b', like this:
python waterbomb.py -b 205
there's also '-w' to hide warnings, '-v' to show what's happening step-by-step, and '-h' shows you all the options. you can mix and match. doing
python waterbomb.py -f gamelist.txt -b 205
gives the results of the last round. (up to fabbles' post.)