Ingen beskrivning

Kirk Trombley 39ac497712 Initial commit 6 år sedan
.gitignore 39ac497712 Initial commit 6 år sedan
README.md 39ac497712 Initial commit 6 år sedan
app.py 39ac497712 Initial commit 6 år sedan
requirements.txt 39ac497712 Initial commit 6 år sedan
secret.toml.template 39ac497712 Initial commit 6 år sedan

README.md

Teamspeak Server Status Service

Simple Flask app, exposes 2 endpoints

/ - Return the user list of the server as JSON of the form {users: ["foo", "bar"]}

/page - A human-readable HTML page with the user list

Config goes in secret.toml file, following the secret.toml.template given

No guarantees for speed or safety are made