This is a open-source TeamSpeak3 bot, playing music and much more.
- Play Youtube and Soundcloud songs as well as stream Twitch (extensible with plugins)
- Song history
- Various voice subscription modes; including to clients, channels and whisper groups
- Playlist management for all users
- Powerful permission configuration
- Plugin support
- Web API
- Multi-instance
- Localization
- Low CPU and memory with our self-written headless ts3 client
The bot is fully operable via chat.
To get started write !help to the bot.
For all commands check out our live OpenApiV3 generator.
For an in-depth command tutorial see here in the wiki.
Pick and download the build for your platform and liking from the releases
Install the required dependencies:
- on Ubuntu/Debian:
 Runsudo apt-get install libopus-dev ffmpeg
- on Arch Linux:
 Runsudo pacman -S opus ffmpeg
- on CentOS 7:
 Runsudo yum -y install epel-release sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm sudo yum -y install ffmpeg opus-devel
- manually:
- Make sure you have a C compiler installed
- Make the Opus script runnable with chmod u+x InstallOpus.shand run it with./InstallOpus.sh
- Get the ffmpeg 32bit or 64bit binary.
- Extract the ffmpeg archive with tar -vxf ffmpeg-git-*XXbit*-static.tar.xz
- Get the ffmpeg binary from ffmpeg-git-*DATE*-amd64-static/ffmpegand copy it into your TS3AudioBot folder.
 
- Get the ffmpeg 32bit or 64bit binary.
- Open the archive and copy the ffmpeg binary from ffmpeg-latest-winXX-static/bin/ffmpeg.exeinto your TS3AudioBot folder.
If the bot can't play some youtube videos it might be due to some embedding restrictions which are blocking this.
You can install the youtube-dl binary or source folder (and specify the path in the config) to try to bypass this.
- Run the bot with ./TS3AudioBot(Linux) orTS3AudioBot.exe(Windows) and follow the setup instructions.
- (Optional) Close the bot and configure your rights.tomlto your desires. You can use the template rules as suggested in the automatically generated file, or dive into the rights syntax here. Then start the bot again.
- (Optional, but highly recommended for everything to work properly).
- Create a privilege key for the ServerAdmin group (or a group which has equivalent rights).
- Send the bot in a private message !bot setup <privilege key>.
 
- Congratz, you're done! Enjoy listening to your favourite music, experimenting with the crazy command system or do whatever you whish to do ;).
 For further reading check out the CommandSystem.
Download the git repository with git clone --recurse-submodules https://github.com/davidramiro/TS3AudioBot.git.
- Get the latest .NET 9version by following this link and choose your platform
- Go into the directory of the repository with cd TS3AudioBot
- Execute dotnet build -c Release TS3AudioBotto build the AudioBot
- The binary will be in ./TS3AudioBot/bin/Release/net9.0and can be run withdotnet TS3AudioBot.dll
- Make sure you have Visual Studiowith the.NET 9development toolchain installed
- Build the AudioBot with Visual Studio.
- Go with the console of your choice into the ./WebInterfacefolder
- Run yarn installto restore or update all dependencies for this project
- Run yarn run buildto build the project.
 The built project will be in./WebInterface/dist.
 Make sure to the set the webinterface path in the ts3audiobot.toml to this folder.
- You can alternatively use yarn run startfor development.
 This will use the webpack dev server with live reload instead of the ts3ab server.
This project is licensed under OSL-3.0.
Why OSL-3.0:
- OSL allows you to link to our libraries without needing to disclose your own project, which might be useful if you want to use the TSLib as a library.
- If you create plugins you do not have to make them public like in GPL. (Although we would be happy if you shared them :)
- With OSL we want to allow you providing the TS3AB as a service (even commercially). We do not want the software to be sold but the service. We want this software to be free for everyone.
- TL; DR? https://tldrlegal.com/license/open-software-licence-3.0