Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chat Conversation bot with an API? (cleverbot) [closed]

Tags:

java

bots

I am looking for an opensource conversation bot or any online bot with an API. I looked at cleverbot, but he sends messages via javascript so idk how to parse it. I have found MegaHal and a java realisation JMegaHal but it is a bit stupid, really. ANy others?

like image 759
artouiros Avatar asked Sep 03 '11 10:09

artouiros


People also ask

Is Cleverbot actually a bot?

Cleverbot is a chatterbot web application that uses an AI algorithm to have conversations with humans and builds automated responses based on previous conversations. It once passed a test designed to see how lifelike artificial intelligence can be by tricking people into thinking it was human.

Is Cleverbot open source?

GitHub - The-Hacker894/CleverBot: AI Chat Bot fueled by CleverBot.io, the open source CleverBot API.


2 Answers

Have a look at this project chatter-bot-api

This library allows to interact with Cleverbot in JAVA.

Hope this helps!

PS: I am the owner

EDIT: link to GitHub instead of the (now deprecated) Google Code page

like image 83
Pierre-David Belanger Avatar answered Oct 30 '22 13:10

Pierre-David Belanger


Probably this will be interesting: https://sourceforge.net/projects/chatem/ - script asks to choose 2 chat-bots, starts dialogs and palms off bot's answers from one to another, showing as a dialog

like image 40
omegastripes Avatar answered Oct 30 '22 14:10

omegastripes