English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi,
I'm making a bot that can pretty much think for itself on the internet using random number functions. What functions should I allow the bot to do/interact with the user?

2006-10-22 16:23:23 · 2 answers · asked by mattmaul92 3 in Computers & Internet Internet

meh you're not getting it.. for example if the generate gets the number two then with this code it would show something

if ($number == '1')
{
print 'Something';
}
else if ($number =='2')
{
print 'Something else';
}
else
{
// The number was three
print 'Last thing';
}

2006-10-22 16:29:08 · update #1

2 answers

I hope you have an idea of what you're getting yourself into because if you want it to be passable enough for people to go see it more than once, it will require a LOT of work.

The first thing I could suggest is to recognize the person chatting with the bot, so it can record conversations and acquire knowledge which could be useful in future conversations.

It would also be nice if it could lookup information in the dictionary, give the horoscope, play tic-tac-toe.

It could be even better if it could support depressive people for example. :)

Note: I've made a full technical design for such a system and the project plan would require 5 years of work full time to be fully operational.

2006-10-22 16:32:58 · answer #1 · answered by juliepelletier 7 · 0 0

That sounds like a scatterbrain bot. Random numbers? Reminds my of a bipolar version of the paperclip from MS Word.

2006-10-22 16:27:05 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers