TeamspeakStats Build Status Build status Coverage Status Code Health PyPI Documentation Status

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

screenshot

Installation

  • Install the package via PyPi pip install tsstats
  • Clone this repo git clone https://github.com/Thor77/TeamspeakStats and install with python setup.py install
  • Just use the package as is via python -m tsstats [-h]

Usage

  • Run the script tsstats [-h]
  • Optionally create a config-file (see Configuration)
  • The package works entirely off your Teamspeak server’s logs, so that no ServerQuery account is necessary

Example

tsstats -l /var/log/teamspeak3-server/ -o /var/www/tsstats.html

Parse logs in /var/log/teamspeak3-server and write output to /var/www/tsstats.html.

For more details checkout the documentation!