CleverSpeak

Would you like to see a more accurate and integrated into TeamSpeak version of CleverSpeak?

  • Yes

    Votes: 17 77.3%
  • No

    Votes: 5 22.7%

  • Total voters
    22
  • Poll closed .

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:
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
 

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
This is a neat idea, thanks for sharing this project! Nice work. :D
 

EscuderoKevin

Well-Known Member
Jul 2, 2015
380
181
130
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:
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


Thanks for sharing, But.

https://cleverbot.io/1.0/ask not work.

06WCIq
 
Last edited:

EscuderoKevin

Well-Known Member
Jul 2, 2015
380
181
130
Just spam it a bit, the CDN cleverbot.io uses is not very well optimized, but will probably improve in the future. I've already seen that error and added a catch to it.


Ok :) Thanks. Good idea its channel chat, not private.
 

shockli

Contributor
Jan 29, 2016
243
194
111
Page not found https://cleverbot.io/1.0/ask

How can I ask something th bot ?
Hi there, I have caught the exception already.. But the real problem seems to be at cleverbot, they're trying to run an API through cloudflare, this means rotating IP's and all of that, making your conversation reset every x minutes. Regarding that issue, you probably need a DNS server such as 8.8.8.8, cleverbot's DNS doesn't resolve on my local DNS and throws the same error, but resolves on Google's.
 

shockli

Contributor
Jan 29, 2016
243
194
111
hm u most fix that or what?
ok but how speak/write with the bot ?
  1. Enable query clients in your bookmark.
  2. Find the bot.
  3. Drag the username to your text input field.
  4. Copy & Paste that to a channel description.
  5. Right click on name, open text chat.
  6. Chat.
It is buggy, this is a proof of concept type code, I'm busy working on an actual plugin but I am looking for feedback and ideas.
 

EscuderoKevin

Well-Known Member
Jul 2, 2015
380
181
130
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:
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
dIh8Vwd.png
 

stan182

New Member
Oct 10, 2018
2
0
6
Hi ! thx for you script but i have a problem for starting bot.
I have a error consol :" Bash: php: command not found"
( sorry for my english i'm french ^^')
 
Top