mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-10 17:18:43 -04:00
add installation-instructions
This commit is contained in:
parent
8ac3fa8c5b
commit
e6e24e7065
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
# TeamspeakStats
|
# TeamspeakStats
|
||||||
A simple Teamspeak stat-generator - based on server-logs
|
A simple Teamspeak stat-generator - based on server-logs
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
- Install [Python](https://python.org)
|
||||||
|
- Clone this repo `git clone https://github.com/Thor77/TeamspeakStats`
|
||||||
|
- Install requirements `pip3 install -r requirements.txt`
|
||||||
|
|
||||||
# Usage
|
# 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.
|
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.
|
||||||
|
|
||||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Jinja2>=2.7.3
|
Loading…
Add table
Reference in a new issue