HugoJF / csgo-session-checker

[DONE] Checks if your server is being listed on Steam's Master Server API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS:GO Server Session Checker

Checks if a CS:GO server is being listed by the master server and restarts if it's too empty.

How it works

This script works with CS:GO Server API and checks if each server is being listed on Valve's Master Server, and restarts it after it eaches a certain amount of players and is offline for 3 minutes.

Requirements

Installing

Clone this repository and run:

npm install

Configuration

Variables found inside the environment file .env

CSGO_API_TOKEN

CS:GO Server API authentication token.

IP

CS:GO server IP (is only used when querying Valve's API)

About

[DONE] Checks if your server is being listed on Steam's Master Server API

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%