Chatbot Resources

A topic built around all the best posts and information from the site. It includes informative posts, links to resources, tips, tricks, ect... Do not post here unless it will become a resource based post.
Post Reply
User avatar
Kronos
Posts: 20
Joined: Fri Dec 30, 2011 6:49 pm

Chatbot Resources

Post by Kronos »

While working on my latest Unity project I ran into a wall trying to program the dialog for randomly generated AI in JavaScript. I could not find much in the way of tutorials, articles or open source projects in languages I was familiar with(Java, Action-script, JavaScript, Bash, etc).

I'm looking for cause and response dialogs and using databases to store programmed responses, not unlike late Multi-User Dungeon NPCs. If anyone could post me some resources, pertaining sites, articles or tutorials I would be in their debt!

Thanks in advance,
Kronos.
Peace~
User avatar
Ringmaster
Posts: 29
Joined: Tue Nov 13, 2012 10:28 pm

Re: Chatbot Resources

Post by Ringmaster »

You can use Alice with AIML
You can code your own AIML file or if you google, there is lots out there. It is like XML.

There is also a Open Source PHP MySQL AIML Chatbot Project (http://blog.program-o.com/)


There is also Catbot (http://sourceforge.net/projects/catbot/) if your conversations are small.

I researched a lot of chatbots and the best uses the AIML script.

You can even get an editor (http://www.gaitobot.de/gaitobot/) to edit custom speech.

The only issue is the client, because most of them out there are very old.

Hope that helps.
User avatar
Kronos
Posts: 20
Joined: Fri Dec 30, 2011 6:49 pm

Re: Chatbot Resources

Post by Kronos »

Thanks Ringmaster.

A lot of the resources I found were always broken links. But I got enough information between studying Catbot, the tutorial posted below and some old Google talks videos to get started.
http://www.codeproject.com/Articles/361 ... rial#intro

Thanks again,
Kronos.
Peace~
Post Reply

Return to “Resources”