{"id":23704053,"url":"https://github.com/toqueteos/ts3","last_synced_at":"2025-09-03T08:32:49.919Z","repository":{"id":5348082,"uuid":"6533827","full_name":"toqueteos/ts3","owner":"toqueteos","description":"TeamSpeak 3 Server Query Library in Go.","archived":false,"fork":false,"pushed_at":"2021-02-05T16:01:32.000Z","size":27,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T04:23:04.383Z","etag":null,"topics":["client","go","teamspeak3"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/toqueteos/ts3","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toqueteos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-04T18:26:51.000Z","updated_at":"2021-02-05T16:03:56.000Z","dependencies_parsed_at":"2022-08-30T17:22:19.822Z","dependency_job_id":null,"html_url":"https://github.com/toqueteos/ts3","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/toqueteos%2Fts3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toqueteos%2Fts3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toqueteos%2Fts3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toqueteos%2Fts3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toqueteos","download_url":"https://codeload.github.com/toqueteos/ts3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231861331,"owners_count":18437348,"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":["client","go","teamspeak3"],"created_at":"2024-12-30T13:12:09.357Z","updated_at":"2024-12-30T13:12:09.931Z","avatar_url":"https://github.com/toqueteos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ts3\r\n\r\nTeamSpeak 3 Server Query Library\r\n\r\n## Simple usage\r\n\r\n```go\r\npackage main\r\n\r\nimport (\r\n    \"fmt\"\r\n    \"time\"\r\n\r\n    \"github.com/toqueteos/ts3\"\r\n)\r\n\r\nfunc main() {\r\n    conn := ts3.Dial(\":10011\")\r\n    defer conn.Close()\r\n\r\n    bot(conn)\r\n}\r\n\r\nfunc bot(conn *ts3.Conn) {\r\n    defer conn.Cmd(\"quit\")\r\n\r\n    s := \"version\"\r\n    r := conn.Cmd(s)\r\n    fmt.Printf(\"\u003e %s\\n%s\", s, r)\r\n}\r\n```\r\n\r\n# Notifications support\r\n\r\nCheck `examples/bot_notifications.go`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoqueteos%2Fts3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoqueteos%2Fts3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoqueteos%2Fts3/lists"}