~xenrox/10man-ts3

TS3 bot for 10man
Update dependencies
config: Change from dotenv to loading config.json

clone

read-only
https://git.xenrox.net/~xenrox/10man-ts3
read/write
git@git.xenrox.net:~xenrox/10man-ts3

You can also use your local clone with git send-email.

#10man-ts3

builds.sr.ht status

Code for 10man TS3 bot.

#Configuration

Your settings will be loaded from the config.json.

{
    // Serverquery username
    "username": "10Man",
    // Serverquery password
    "password": "password",
    // Teamspeak server IP
    "host": "127.0.0.1",
    // GraphQL query endpoint
    "endpoint": "http://127.0.0.1:8080/query"
}