Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

bastienwirtz/SlackTsNotifier

Repository files navigation

SlackTsNotifier

SlackTsNotifier provide a slack command to list all connected users

Installation

Install deps:

composer install

Configure the app:

create a config.ini file according to the following:

[teamspeak]
host = '127.0.0.1:10011'
server_port = 9987
user = 'serveradmin'
password = 'xxxxxxxx'

[slack]
endpoint = 'https://hooks.slack.com/services/xxxxxxxx/xxxxxxxx'
username = 'Teamspeak'
channel = '#gamez'
join_us_message = '*-> Join them !* server: <myTeamspeakServer>'

serv content

Set up a webserver serving the web directory.

Usage

To activate the integration, you need to

  • Add a custom slack command (/teamspeak for exemple) pointing on http://<YourSlackTsNotifier.tld>/app.php/clients
  • Configure slack incoming webhook

About

slack.com messaging app integration for Teamspeak3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages