chatbot describes a bot that automatically participates in a chat.

learn more… | top users | synonyms

0
votes
1answer
74 views

Exception occurred on login method of XMPPConnection in smack

I wrote the following code: ConnectionConfiguration connConfig = new ConnectionConfiguration("talk.google.com", 5222, "gmail.com"); XMPPConnection connection = new XMPPConnection(connConfig); ...
0
votes
1answer
103 views

Where to start with for creating a chat bot in python [closed]

Hi all I want to create a chat bot for omegle using python. Can anyone suggest me where can I start with? And I will be starting to learn python like this. This idea popped up so that I can learn and ...
0
votes
1answer
111 views

Need Help in a .bat script for chatbot

Hi I'm newbie need help create chatbot in bat script. Can you help me some idea to add more script to make this better chatbot because I'm lack of knowledge about bat script. example: I want chat ...
1
vote
1answer
65 views

Action on user adding GAE XMPP bot

Is it possible to do some action when a chat request is sent by the user to the bot? I know it gets authorized to communicate with the bot, but I want to store the JID of the user as soon as he adds ...
0
votes
0answers
152 views

How to integrate AIML chat bot in Web Page

I have a web page where I just play with HTML, CSS and Javascript. I have decided to create a Chat Bot there. AIML seems like the way to go, and I already know how to write it. Question is: After I ...
1
vote
1answer
67 views

How to set the master's name of a chatbot using PyAIML?

I was playing with PyAIML. I understand how to set the bot's name. But could not figure out how to set the creator's name so that if anyone ask's "Who created you?" then it can reply appropriately. ...
0
votes
0answers
143 views

creating AIML for chatbot to ask questions

I am creating AIML file for Program O chatbot and facing a problem. What I want to do is asking questions after questions sequentially.Moreover,the questions should be in random order. It is ...
0
votes
1answer
61 views

Where can I find the resources for creating AIML files for chatbot?

I am trying to build a custom chatbot and having difficulties in finding guidelines and resources for AIML creation. What I want is kind of manual for the usage of tags and predicates. Any ...
0
votes
2answers
181 views

C++ program has stopped working

I am making a quite simple program, just a little chat bot AI kind of thing, and I have some code, c++ of course, for the program. I don't get any errors but when I run it a window comes up saying ...
0
votes
2answers
259 views

DB for chatbot in Python

At the moment, I'm writing a chatbot which tries to simulate some sort of a conversation. Being a n00b in Python, I currently rely on lists and dictionaries for some standard responses to a standard ...
5
votes
2answers
148 views

How to store and check synonym of string in Java

I'm making a program which can response to what user said, something like chatter bot. But I wonder if I can make it understand if two or more words have the same meaning. For example, I make it to ...
0
votes
1answer
341 views

How to build gmail chat bot?

I want to build an simple gmail chat bot. The bot reads the chat messsage of the recipient and responds it.. I have developed the logic for response to the message but now im stuck with the bot ...
0
votes
2answers
192 views

Material on Chat-Bot Design

I'm looking for some material covering the design of chat-bots. I have made a few in the past using perl and python etc, but i have never looked into how to do it "properly", does anyone have any ...
0
votes
2answers
296 views

Giant series of errors when deploying Hubot

I am installing hubot on Linux, and followed the instructions, receiving no errors. However, when I try to actually run my hubot, I encounter problems. First I tried daemonizing hubot according the ...
0
votes
1answer
374 views

Latest in (open source) chatbot/fake AI?

What is the lastest in open source chatbot/fake AI 'technology' ? Is ELIZA/ALICE/MegaHAL still 'current', or have there been made any advances in the past decade ?
1
vote
2answers
295 views

Java AIML Interpreters

I want to implement a simple chatbot on MUVE engine, based on java AIML interpreters, and analysed all the existing java based interpreters such as “Program D/W”, “Charliebot” and “Chatterbean”, I am ...
0
votes
1answer
48 views

Multi-Line (separate lines) output in AIML?

I want the user to ask a question, and then the chat bot responds in different lines but in order.
0
votes
3answers
54 views

mutiple return statements at once?

I am trying to develop a chat bot. I have a doubt regarding the functionality. Here's a part of the code: <?php require_once 'bootstrap.php'; require_once CB_HOME.'/library/CommonFunctions.php'; ...
0
votes
1answer
156 views

Chatbot client and class modification

ChatBot Class Modification: Modify the reply() method of the ChatBot class to recognize additional words and phrases. Part 1: Everyone must complete this section. When the userInput parameter ...
7
votes
2answers
3k views

Any tutorials for developing chatbots?

As a engineering student, I would like to make a chat bot using python. So, I searched a lot but couldn't really find stuff that would teach me or give me some concrete information to build a ...
0
votes
1answer
147 views

visual talking head agent

I'm creating a chat bot with an animated head at the side. So far I have completed the chat bot and I'm looking to make an animated head. I have no experience with 3d modellers so could you suggest ...
-2
votes
2answers
88 views

Serverside Program should run byself [closed]

I want to develop a chatbot. The program should speak with my friends on facebook while I am not available personally. That means: It have to run on a webserver. It have to become active different ...
0
votes
2answers
276 views

inference engine based chatbot in java

I want to build a chatbot which can parse through given knowledge to add facts to its knowledge base and use these facts and an inference engine to answer questions. What existing solutions can I use ...
2
votes
2answers
110 views

Determining the topic of a conversation programmatically

This is probably an extremely difficult question to answer, but here is my question anyway. I am wondering what the best method is for determining the topic of a conversation. The conversation takes ...
2
votes
1answer
672 views

Best way to build a chat bot

What framework can I start with to create a simple chatbot? the focus of the bot is very limited(for my project management website http://ayeboss.com). One can compare it with SIRI on iPhone. I want ...
-3
votes
1answer
177 views

The 2010 Loebner Prize winner bot: Suzette [closed]

What are some of the techniques that a machine could use to be able to carry a good conversation/pass the Turing Test? I know this has to do with Natural Language Understanding and Processing, but I ...
1
vote
4answers
468 views

How best to store data for a chatbot?

I was looking on the internet for chatbots. It was only fun. But now, I love this subject so much that I want to develop my own chatbot. But the first thing is to look for a good way to manage the ...
1
vote
3answers
613 views

a Modifiable Java Chatbot Engine

I'm currently working on a chatbot project and I was wondering if there are any simple, moddable Engines (or let's call it, brains) out there for Java? I've found quite a few, but aside from the ...
0
votes
1answer
303 views

Chatbot Conversation Objects, your approach?

I'm relatively new to programming and a recent project I've started to work on is a chatbot in python for an irc channel I frequent. One of my goals is to have the bot able to very basically keep ...
0
votes
1answer
108 views

How do I Make a conditional String exist in an if statement? (answers to similar questions answers haven't worked)

I'm taking a programming class, and I started making a chat-bot like program. I was trying to be able to teach it one thing (at least) if you said something like "I want to teach you". Right now it ...
1
vote
2answers
204 views

Foreign language Chatterbot web app

My goal is to write some sort of chatterbot that speaks in spanish. I've seen examples for simple python chatterbots, but their answers are mostly just random. I want the bot to partially understand ...
7
votes
1answer
3k views

How do Markov Chain Chatbots work?

I was thinking of creating a chatbot using something like markov chains, but I'm not entirely sure how to get it to work. From what I understand, you create a table from data with a given word and ...
1
vote
1answer
528 views

Problem compiling Eliza chatbot C++ error LNK2019

firstly I would just like to say that I am not a C++ programmer and I never intend to be - I am an SQL, javascript and PHP developer. For a module at Univeristy I have to alter a chatbot project to ...
0
votes
1answer
254 views

MSN Bot written in Ruby

I would like to program an MSN bot in Ruby and I have found a few libraries that do it for you. What I would like to do is to write an MSN bot ground up. I just want it to write a "Hello!" message to ...
1
vote
2answers
4k views

Programming a chatbot with Java

I'm studing Java. I think programming a chatbot would be a funny way of studying and learning Java. The description of the chatbot I am interested in can be found here. But I would appreciate any ...
1
vote
2answers
816 views

CHATBOT: Programming a chatbot with Perl

I'm studing Perl language. I think programming a chatbot would be a funny way of studing that language and learn it. The description of the chatbot I am interested in can be found here. Does anyone ...
0
votes
2answers
1k views

CHATBOT: Programming a chat bot with a easy programming Interpret interface

I would like to do it (Probably it not necessary to do it) a console interface to make an implementation of a chat bot. I would like my chat bot has 3 levels of “intelligence”. Level one: My chat ...
0
votes
2answers
1k views

ZeroConf Chat with Python

I am trying to set up a Bonjour (or Ahavi) chatbot for our helpdesk system that would answer basic questions based on a menu system. The basis of my question is how do I get python to create the bot ...
3
votes
3answers
288 views

Essential AIML responses?

What do you think are important pattern/temples to program. Like in a chatbot what does EVERY chatbot need a response for? Im just starting out making the aiml file and need some help... Heres the ...
3
votes
1answer
838 views

chatbot using twisted and wokkel

I am writing a chatbot using Twisted and wokkel and everything seems to be working except that bot periodically logs off. To temporarily fix that I set presence to available on every connection ...
5
votes
5answers
4k views

How to create a smart chat-bot?

I know that it's still an open problem so I don't expect to see complete answers here. I just want to find some approaches to solve the next problem: I have a model (assume that is's bot's memory), ...
0
votes
4answers
356 views

Feasibility of beating the Turing Test with modern software?

I ask this academically, I want to ask aloud a very important question and have the community try to answer it. Can we build a system that generates a scene to play out along a live anonymous group ...
0
votes
1answer
102 views

Integrating my program with a web2.0 website

I'm creating an ELIZA-like chatterbot, and I'd like to calibrate it with Omegle, using what the other person type as the input. If it was a regular HTML page, I could parse it and send back the ...
8
votes
4answers
16k views

Facebook status update through php

I want to develop a bot which will update the status of a facebook account using php. Please guide me on this
1
vote
0answers
841 views

Openfire3.6.3 unable to connect to yahoo gateways

I am newbie as far as openfire is concerned. I want every user whether its on gtalk, yahoo, MSN to contact to my server but right now only gtalk users are able to connect and see presence connected. ...
5
votes
7answers
3k views

Anyone found a way to download google chat logs?

I'd like to be able to get all my Google chat logs so that I can use them for training a chat bot type of thing. I am aware of the limitations that have been imposed by Google so that chats cannot be ...
19
votes
9answers
15k views

How can I program a simple chat bot AI?

I want to build a bot that asks someone a few simple questions and branches based on the answer. I realize parsing meaning from the human responses will be challenging, but how do you setup the ...