Skip to main content

A Python Teamspeak3-Query Library

Project description

.. image:: https://travis-ci.org/Thor77/TS3Py.svg?branch=master
:target: https://travis-ci.org/Thor77/TS3Py

.. image:: https://readthedocs.org/projects/ts3py/badge/?version=latest
:target: http://ts3py.readthedocs.org/en/latest/?badge=latest

.. code-block:: python

from ts3py import TS3Query
c = TS3Query('ts.example.com')
c.login('serveradmin', 'password')
c.use(1)
channellist = c.channellist()
for channel_id in channellist:
print(channel_id, channellist[channel_id], sep='|')
c.disconnect()

Project details


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