tf2logparser
tf2logparser copied to clipboard
A log parser for the game Team Fortress 2, written in Javascript for use with node.js. It retrieves stats and game events, and then outputs the data to JSON format.
## Have the parser object inherit from EventEmitter. Possible Events: `line`: when each line has been parsed, set a callback that could return the log object (or delta, see below)...
Hi! I am migrationBot Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...
Line 30 should be: var parser = TF2LogParser(); instead of var parser = TF2LogParser.create();