This is a notification bot for TeamSpeak 3 servers. It sends a notification via Telegram once new users join a specific TS3 server.
Before installing TSBot, make sure to set the right b_virtualserver_notify_register for guests on you TS3 server.
Create a new Telegram bot by sending a message to @Botfather in Telegram. He'll send you your Bot API key and gives you all information you need to run your bot. You'll find further information concerning bots at Telegram.
TSOBot utilizes MongoDB to store active subscriptions. Therefore a running MongoDB instance is mandatory. Download and install it from here.
Go ahead and install TSOBot via npm:
npm install tsobot
Navigate to the folder of the newly installed TSOBot module. Create a new settings.json
file by copying the existing settingsExample.json
and fill it with your personal settings:
Run npm start
in context of your node_modules/tsobot folder to start the bot.
These commmands are supported:
TSOBot was developed on node.js with ES2015.
It works thanks to these node packages: