TF2 line parser Build Status Dependency Status Code Climate Coverage Status

A TF2 log line parser. Unlike the other log parsers I've found, this one parses the line and returns a plain old ruby object to describe the event of the line. I plan to use this for my own stats parsing tool.

Requirements

  • Ruby

Missing events

  • Connect
  • Disconnect
  • Enter game

Credits

  • nTraum, I stole most of the regexes from his TF2Stats project.