Gathers Steam account and game stats for each player in a given CS:GO server.
-
Clone or download the repository
-
Run
npm install
in the project directory -
Rename
config.example.js
toconfig.js
and set the value ofSTEAM_API_KEY
as your Steam API key -
npm start
to build the script. -
Rename
status.example.md
tostatus.md
-
Type
status
in the CS:GO console and paste the output tostatus.md
-
Run
node app.js
A markdown formatted table will be generated in out.md
Blank values indicate that the statistic is undefined or that the user's profile is private.
If the VAC value is true
, then the user has at least 1 VAC ban on record.