1.0.6 • Published 5 years ago

csgo-player-stats v1.0.6

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
5 years ago

CS:GO stats

Getting started

First you will need to create a config file. The default name is config.json, but you can also specify which file to use with the CLI flag --config

Example config.json

{
  "profileLink": "https://steamcommunity.com/id/Maistho",
  "steamToken": "123456789%7C%7C0028493FF02849BD99178ACBA1192"
}

The steam token can be found by opening dev tools when logged in at steamcommunity.com and in the Application tab under Cookies.

Copy the value of the cookie steamLoginSecure

NOTE: I can technically do lots of bad stuff with this token. Don't use this tool unless you trust that the code isn't malicious

Usage

# Display help
npx csgo-player-stats help

# Fetch match data
npx csgo-player-stats fetch

# Display statistics
npx csgo-player-stats stats
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago