GamesTV multikills from stats
•
2 Apr 2013, 15:33
•
Journals
finally done app that parse kills from statistics from gamestv
examples of output with parameters:
time to take next kill=4
min spree=3
http://ahkclan.cz/gtv/out/2006-3.html
http://ahkclan.cz/gtv/out/2006-4.html
http://ahkclan.cz/gtv/out/2006-5.html
...
source code: https://github.com/mittermichal/gtvparser
EDIT (now parsing jun 2011)
examples of output with parameters:
time to take next kill=4
min spree=3
http://ahkclan.cz/gtv/out/2006-3.html
http://ahkclan.cz/gtv/out/2006-4.html
http://ahkclan.cz/gtv/out/2006-5.html
...
source code: https://github.com/mittermichal/gtvparser
EDIT (now parsing jun 2011)
-get links for matches that have replay button
-open match statistic (http://www.gamestv.org/event/39301-czech-republic-vs-belgium/statistics/)
-get kill text and time (from that green (K))
-print out those kills that are multikills
I can change parametres for request and share the output