TeamSpeak 3 Serverquery Bot to create statistics of registered Users
First you need NodeJS its the runtime.
Then go first into the api folder and run npm install it will install all the dependencies.
To customize it to yourself you got one main config.json.
This File is important for the TeamSpeak Bot and API.
The project was created for Docker. Use the environment variables to customize the Application for yourself. The variables are:
APIport
APIhost
TShost
TSqueryport
TSserverport
TSqueryusername
TSquerypassword
TSnickname
runningPort
To run it for example: docker run -e APIport=5000 -e APIhost='192.168.2.2' -e TShost='192.168.2.3' -e TSqueryport=10011 -e TSserverport=9987 -e TSqueryusername='RegistrationBot' -e TSquerypassword='asdgasdg' -e TSnickname='Registration Bot' TSBot
Content type
Image
Digest
Size
53.1 MB
Last updated
about 6 years ago
docker pull xaviius/tsbot