0.0
Low commit activity in last 3 years
No release in over a year
A gem to parse log lines from TF2 servers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.5.0

Runtime

 Project Readme

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

Credits

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