teamspeak3 1.0.2 copy "teamspeak3: ^1.0.2" to clipboard
teamspeak3: ^1.0.2 copied to clipboard

outdated

Create teamspeak3 bots in dart.

TeamSpeak #

Created from templates made available by Stagehand under a BSD-style license.

A library to connect to TeamSpeak3 using Query Protocol.

Usage #

A simple usage example:

  var ts3 = new TeamSpeak3(username: 'root', password: 'mysecurepassword');
  await ts3.connect();

Features and bugs #

Please file feature requests and bugs at the issue tracker.