/Zeddy-Server-Status-Tracker

Current bot used for tracking and displaying Zeddy Zombie Escape Statistics

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Zeddy Server Status Tracker

Requirements

  • Node.js 16

Usage

# Install dependencies
npm install

# Compile source code
npm run build

# Start the bot
npm run start

.env

Variable Description
CSGO_PORT CS:GO Server Port
CSGO_HOST CS:GO Server IP Address
DISCORD_CHANNEL Discord Channel ID
DISCORD_TOKEN Discord Bot Token

Credits

  • Ramzi-Sah for creating the original bot.
  • Soulkobk for fixing the player connection times.
  • Koen for embedding battlemetrics and gametracker banners.
  • Freeman for code refactoring.

To-Do

  • Map Stage Tracking.
  • Player Population Graph Visualisation.

License

Zeddy Server Status Tracker
Copyright (C) 2022  Zeddy Gaming

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.