A command-line interface tool for fetching and analyzing FACEIT player data.
- View player history
- Compare player statistics
- Search for players
- Cache player statistics
- Clone the repository:
git clone https://github.com/Slowline/faceit-cli.git
cd face- Install dependencies:
npm install- Build the project:
npm run build- Run the CLI:
npm start- Install dependencies:
npm install- Create the single executable:
npm run packageThis will create executables in the dist/executables directory for Windows, Linux, and macOS.
faceit-cli history <playerIdentifier> [options]faceit-cli compare <player1Identifier> <player2Identifier> [options]faceit-cli search <query> [options]faceit-cli stats <playerIdentifier> [options]-g, --game <game>: Specify the game (cs2 or csgo, default: cs2)
- Install dependencies:
npm install- Run in development mode:
npm run devThe project is set up to create single executables using pkg, which packages Node.js applications into standalone executables.
To build the executables:
npm run packageThis will create executables for Windows, Linux, and macOS in the dist/executables directory.
GNU GPLv3