Giter VIP home page Giter VIP logo

ts3's Introduction


This is the reference implementation of the Teamspeak3 platform for Manebot, my multi-platform (where platform means chat platform) chatbot framework. You can use this plugin to get Manebot to interact with your Teamspeak3 server(s) The integration is completely seamless; simply install the Teamspeak3 plugin to Manebot, add some Teamspeak3 servers, and watch your existing plugins/features auto-magically work on the Teamspeak platform! This plugin fully supports the Manebot audio system, meaning you can turn Manebot into a Teamspeak3 music bot with this plugin.

The support for Teamspeak3 is provided through ts3j: https://github.com/Manevolent/ts3j. TS3j is a full client protocol implementation; this means that Manebot can join a Teamspeak3 server directly as a visible client, without the need for Server Query.

Manebot

Manebot is a really neat plugin-based Java chatbot framework that allows you to write one "bot", and host it across several platforms. This plugin provides the Teamspeak "Platform" to Manebot, which allows Manebot to seamlessly interact with any number of Teamspeak3 (and possibly 5) servers and provide all of the supported features your Manebot instance is set up to provide on Teamspeak.

How do I make a bot with this?

You don't have to do anything specifically to make a bot for Teampseak3 with Manebot; the objective of Manebot is to act as middleware, abstracting the Teamspeak3 platform away from you as a developer and to provide you a platform-agnostic API to seamlessly port (or simoultaneously host) your bot in other platforms, such as Slack.

In summary, simply follow the guides on making a bot with Manebot, and just install Teamspeak3 when you're ready to test that platform!

Installation

Manebot uses the Maven repository system to coordinate plugin and dependency installation. Because of this, you can easily install the Teamspeak3 platform plugin without interacting with your filesystem at all.

plugin install ts3

After you've installed Teamspeak3, you should enable it:

plugin enable ts3

... and that's it! Teamspeak3 will automatically start with Manebot, and even re-install itself if you "accidentally" the associated JAR files. It's got your back.

Uninstall

plugin uninstall ts3

You should restart Manebot too to make sure it's totally unplugged. You can clean up any no longer needed plugins it required with:

plugin autoremove

Properties

Property Default Required Description
identity (none) No Teamspeak3 Base64 identity string. If you don't supply one, an identity is generated for you!
keyOffset 0 No Teamspeak3 identity key offset, used to facilitate the level/proof-of-work system. Automatically set as needed.
securityLevel 10 No Teamspeak3 target security level. Identities are automatically improved to this value when needed.

Dependencies

The Teamspeak3 plugin requires the following plugins at least be installed. Don't worry, if you don't have them installed, Manebot will automatically install them for you. Maven magic.

  • io.manebot.plugin:audio (or just "audio")
  • io.manebot.plugin:media (or just "media")

Supported Features

This plugin supports the following essential Teamspeak3 features:

  • TS3DNS ready, connecting directly to Teamspeak3 as a single, full client. No ServerQuery clients needed!
  • Teamspeak3 audio system (audio broadcast as stereo Opus Music, capable of receiving Opus Voice/Music from clients for other plugins).
  • Teamspeak3 user system, via user unique identity, associated with the global Manebot user & permission system.
  • Automatic user registration via the default user registration implementation.
  • Markdown text in chat (bold, italics, underline, strikethrough).
  • Server, voice channel, and private chat channels.
  • Lobby (bot default/sleep) and Away (inactive) channels, with idle timeout to move inactive clients.
  • Connection events allow other plugins to audit & vett new client connections, including validating IP addresses. Check out automatic ban plugins that utilize DNS blacklists to stop clients on VPNs from connecting to your servers, ban entire CIDRs, etc.

ts3's People

Contributors

manevolent avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

shadowabsorber

ts3's Issues

Create TS-Bot

Hello, I have a question: How can I create a bot with this "system"?
Best regards,
Patrick

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.