Project

teamspeak3

0.0
No commit activity in last 3 years
No release in over 3 years
An OOP library to query and manage TeamSpeak 3 servers in Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 4.8.2, ~> 4.8
>= 3.7.0, ~> 3.7

Runtime

>= 0.1.1, ~> 0.1
 Project Readme

TeamSpeak 3 Query Library

Gem Version

NOTE: This library is currently being developed and should not be used for production purposes!

An OOP library to query and manage TeamSpeak 3 servers in Ruby.

Installation

gem install teamspeak3

Getting Started

require 'teamspeak3'

server = TeamSpeak3::Server.new('127.0.0.1', 10011)
server.login 'serveradmin', 'password'

Contribution

If you want to suggest new features or report bugs, feel free to open an issue here.

If you want to contribute to the code base:

  1. Fork this repository
  2. Create a new branch
  3. Do your changes
  4. Push them to GitHub
  5. Open a pull request against the master branch