Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 354 Bytes

File metadata and controls

21 lines (13 loc) · 354 Bytes

parser

Poor man rf2 logfile parser.

Usage

python main.py xmldirectorypath targetdirectory
  • xmldirectorypath: The path where the rf2 XML logfiles are stored
  • targetdirectory: The path to put the HTML files to.

Remarks

  • Warmup-Session are ignored
  • If a XML file can't be parsed, it is ignored

License

MPL-2.0