/tf2-stats

A Team Fortress 2 Statistics gatherer in Nim, exports to JSON

Primary LanguageNimMIT LicenseMIT

TF2 Stats

Installation

1. Library
Open the Steam launcher and go to your LIBRARY



2. Properties
add -condebug to the launch parameters

Execute

3. Requirements

To be able to execute the project the following dependencies must be installed.

nimble install regex
nimble install ws
nimble install norm # (W.I.P. optional)
nimble install nigui # (GUI requirement)

4. Compile & Execute

CLI application

nim c -d:release -d:strip --opt:speed -r src/main

GUI Instance

nim c -d:release -d:strip --opt:speed --app:gui -r src/main

4.1 Development

To run a quick test execute the following command instead

nim c -r src/web_server

then open http://localhost:9844

Dependencies