shockli
Contributor
- Jan 29, 2016
- 243
- 194
- 111
CleverSpeak is a TeamSpeak ServerQuery bot powered by PlanetTeamspeak and CleverBot.
Simply message the query client and get a response from the cleverbot api. A quick way to add the query bot to a channel description for more users to speak with is to use TeamSpeak's system by enabling viewing of query clients, dragging it into your text bar, and putting that text in a channel or similar.
Version
1.0
Installation
Get a CleverBot Key and insert the required values:
Development
Do whatever the fuck you want and name it whatever the fuck you want .
License
WTFPL
Download
https://gitlab.com/skokkk/CleverSpeak
Simply message the query client and get a response from the cleverbot api. A quick way to add the query bot to a channel description for more users to speak with is to use TeamSpeak's system by enabling viewing of query clients, dragging it into your text bar, and putting that text in a channel or similar.
Version
1.0
Installation
Get a CleverBot Key and insert the required values:
Code:
// bot name & query login name & cleverbot api instance name
$name = "cleverbot";
// query password
$pw = "mySecur3p@ssw0rd";
// server address
$addr = "voice.teamspeak.com";
// server query port
$qport = 10011;
// cleverbot api username (https://cleverbot.io/keys)
$cb_user = "XX";
// cleverbot api key (https://cleverbot.io/keys)
$cb_key = "XXX";
Development
Do whatever the fuck you want and name it whatever the fuck you want .
License
WTFPL
Download
https://gitlab.com/skokkk/CleverSpeak