-3

I've written a chat room bot for Campfire and it is programmed to handle certain keywords and commands, however I'd like to make it seem more sentient.

Is there an API that can take a string such as:

'Are you a robot?'

and respond with something like:

'Of course not.'

? Or even a linux program or bit of open source software that can do something like that?

I'd rather not write one from scratch!

John Hunt
  • 4,265
  • 8
  • 45
  • 59
  • I'm afraid resource requests are not acceptable here... – John Dvorak Dec 19 '13 at 14:49
  • Thanks Jan. Would you mind telling me where I should go to ask such a question? Perhaps I sound too much like a freeloader? I have used ReactPHP to write a library that interfaces with BaseCamp's campfire API which I'm planning on opening up on github very soon. – John Hunt Dec 19 '13 at 15:18
  • I don't know of such a place; sorry about that. Please check [area51.se] if there's such a site in proposal. – John Dvorak Dec 19 '13 at 15:41
  • Off-topic apparently. Can anyone suggest where I should ask this question? :/ – John Hunt May 29 '14 at 13:30

1 Answers1

2

There is a python package called chat from nltk where you can have a 'conversation' with different bots. You could take these codes and build on them for your own application.

philshem
  • 24,761
  • 8
  • 61
  • 127