TeamspeakStats/README.md

28 lines
664 B
Markdown
Raw Normal View History

2015-03-05 12:48:10 -05:00
# TeamspeakStats
A simple Teamspeak stat-generator - based on server-logs
2015-03-13 16:03:42 -04:00
# 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
2015-04-22 10:32:28 -04:00
- title `HTMl-Title`
- logfile `Path to TS3Server-logfile`
- outputfile `Path to the location, where the generator will put the generated .html-file`
## Example
```
[General]
2015-04-22 10:32:28 -04:00
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
```
2015-03-13 16:03:42 -04:00
# TODO
- Localization