Skip to main content

A Python Teamspeak3-Query Library

Project description

https://travis-ci.org/Thor77/TS3Py.svg?branch=master https://readthedocs.org/projects/ts3py/badge/?version=latest
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


Download files

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

Source Distribution

TS3Py-0.4.3.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file TS3Py-0.4.3.tar.gz.

File metadata

  • Download URL: TS3Py-0.4.3.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for TS3Py-0.4.3.tar.gz
Algorithm Hash digest
SHA256 b0531699d6b3a295d7c5d743a1a9e6ed3a5e3e1db6c0e50a1ca910b11ed7adb1
MD5 c6444238d575cd3f17539bc91a8d93a0
BLAKE2b-256 4219d6555de60fc75ab6d3552111fde54fce63eedeba6ac551feeeb0ce98234f

See more details on using hashes here.

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