{"id":18870183,"url":"https://github.com/thor77/ts3py","last_synced_at":"2025-04-14T15:21:13.317Z","repository":{"id":17636496,"uuid":"20440838","full_name":"Thor77/TS3Py","owner":"Thor77","description":"A Python Teamspeak3-Query Library","archived":false,"fork":false,"pushed_at":"2017-02-08T21:23:27.000Z","size":120,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T08:03:46.037Z","etag":null,"topics":["python","teamspeak3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Thor77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-03T11:54:19.000Z","updated_at":"2021-11-25T15:36:06.000Z","dependencies_parsed_at":"2022-09-07T07:30:52.637Z","dependency_job_id":null,"html_url":"https://github.com/Thor77/TS3Py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FTS3Py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FTS3Py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FTS3Py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FTS3Py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thor77","download_url":"https://codeload.github.com/Thor77/TS3Py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904622,"owners_count":21180836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","teamspeak3"],"created_at":"2024-11-08T05:19:11.218Z","updated_at":"2025-04-14T15:21:13.295Z","avatar_url":"https://github.com/Thor77.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"TS3Py\n=====\n[![Build Status](https://travis-ci.org/Thor77/TS3Py.svg?branch=master)](https://travis-ci.org/Thor77/TS3Py) [![Documentation Status](https://readthedocs.org/projects/ts3py/badge/?version=latest)](http://ts3py.readthedocs.org/en/latest/?badge=latest) [![PyPI](https://img.shields.io/pypi/v/TS3Py.svg)](https://pypi.python.org/pypi/TS3Py)\n\nA Python Teamspeak3-Query Library\n\nCheckout the upcoming version with a completely new API [here](https://github.com/Thor77/TS3Py/tree/develop).\n\nInstallation\n============\n`pip install TS3Py`\n\nExamples\n========\n```python\nfrom ts3py import TS3Query\nc = TS3Query('ts.example.com')\nc.login('serveradmin', 'password')\nc.use(1)\nchannellist = c.channellist()\nfor channel_id in channellist:\n    print(channel_id, channellist[channel_id], sep='|')\nc.disconnect()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthor77%2Fts3py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthor77%2Fts3py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthor77%2Fts3py/lists"}