Teamspeak Python API
Teamspeak.py is a python module to query Teamspeak servers for some basic information about the connected users.
The main goal was ease of use and I release it into the public domain.
Download and Install
Just put the script somewhere, where you can import it.
Usage
Please see the usage information in the file itself, in a nutshell it goes like this:
from teamspeak import Teamspeak ts = Teamspeak('127.0.0.1', 51243, 8888) serverinfo = ts.serverinfo playlist = ts.playerlist
Disclaimer
This Software and I are in no way affiliated with Teamspeak Systems. If you have any questions about this software you should ask me and not Teamspeak Systems.