A simple Teamspeak stats-generator - based on server-logs https://claytonia.net/tsstats.html
Go to file
Thor77 dc91b8fc59 Update TODO 2015-05-10 19:57:50 +02:00
LICENSE Initial 2015-03-05 18:48:10 +01:00
README.md Update TODO 2015-05-10 19:57:50 +02:00
template.html Add configurable html-title 2015-04-22 16:34:16 +02:00
tsstats.py Add configurable html-title 2015-04-22 16:34:16 +02:00

README.md

TeamspeakStats

A simple Teamspeak stat-generator - based on server-logs

Usage

Run tsstats.py and point your web-server to the generated .html-file, now you will see some stats for your Teamspeak-Server parsed from the logs.

Configuration

###Configname config.ini ###Sections [General]

Keys

  • title HTMl-Title
  • logfile Path to TS3Server-logfile
  • outputfile Path to the location, where the generator will put the generated .html-file

Example

[General]
title = TeamspeakStats
logfile = /usr/local/bin/teamspeak-server/logs/ts3server_2015-03-02__14_01_43.110983_1.log
outputfile = /var/www/html/stats.html

TODO

  • Localization
  • Map multiple ID's to one user (json)