Skip to main content

A python modul to use the Teamspeak Query Interface.

Project description

PyTS3 is a python module with classes to interact with the Teamspeak 3 Query Interface.

It is very easy to use

For example to get a list of all virtualservers at the host server.

import PyTS3
server = PyTS3.ServerQuery('thelabmill.de', 10011)
server.connect()
serverlist = server.command('serverlist')
for server in serverlist:
    print server["virtualserver_name"]

Easy to install

$ easy_install PyTS3
$ python virualservers.py

Project details


Release history Release notifications | RSS feed

This version

0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyTS3-0.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page