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
Links
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file PyTS3-0.3.tar.gz
.
File metadata
- Download URL: PyTS3-0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2395051ed989fdb8ebcbc3e5def17f9d473ebb50aad16433f777aa78c69448f3
|
|
MD5 |
25218572448f48ef0939982637655c55
|
|
BLAKE2b-256 |
738d2c60d83bd9f8d0bf13942fbb309ec7166233a1214bcc2a8360c014224b13
|