Skip to content

Repository files navigation

TeamSpeak3 Discord Bot

GitHub release MicroBadger Size Docker Build Status Travis branch

Config Variables

You need to provide these are variables to configure the script

  • TS3_DISCORD_BOT_HOST - hostname of the TS3 server
  • TS3_DISCORD_BOT_PORT - port of the TS3 server for ServerQueries (10011)
  • TS3_DISCORD_BOT_LOGIN - login for ServerQueries (see below how to get it)
  • TS3_DISCORD_BOT_PASSWORD - password for ServerQueries (see below how to get it)
  • TS3_DISCORD_BOT_WEBHOOK_URL - URL for a Discord webhook with https:// prefix
  • TS3_DISCORD_BOT_TIMEZONE - timezone for the imestamp (Europe/Samara)

ServerQuery credentials

You can retrieve them via the TS3 Client and a user with admin privileges

Wait when the TS3 server is ready

Sometimes you need to wait until your server begins to receive requests. For this you can use wait-for script. An example of usage is in the docker-compose.yml below.

An example of Docker Compose config with a TS3 server

version: '3'
services:
  ts3_server:
    image: <teamspeak3_image>
    ports:
      - 9987:9987/udp
      - 30033:30033

  discord_bot:
    image: goozler/ts3_discord_bot
    depends_on:
      - ts3_server
    command: ["./wait-for", "--timeout=5", "ts3_server:10011", "--", "./ts3_discord_bot"]
    environment:
      - TS3_DISCORD_BOT_WEBHOOK_URL=https://discordapp.com/api/webhooks/<webhook_id>
      - TS3_DISCORD_BOT_TIMEZONE=Europe/Samara
      - TS3_DISCORD_BOT_LOGIN=discord_bot
      - TS3_DISCORD_BOT_PASSWORD=34mb0hUB
      - TS3_DISCORD_BOT_HOST=ts3_server
      - TS3_DISCORD_BOT_PORT=10011

About

Send a notification to Discord when someone has connected or disconnected to a TeamSpeak3 server

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages