Yahoo Code Request
I would like a code for an easy bot.
example: me: hello
Bot: Hi
Me: how are you?
Bot: fine, thanks
Thanks in advance
Comments are currently closed for this discussion. You can start a new one.
I would like a code for an easy bot.
example: me: hello
Bot: Hi
Me: how are you?
Bot: fine, thanks
Thanks in advance
Comments are currently closed for this discussion. You can start a new one.
2 Posted by hendrik on 27 May, 2011 05:51 AM
im waiting too
3 Posted by Cristiano Ronaldo on 28 May, 2011 03:53 AM
hi guys,
i only know code php
<?php
switch($_REQUEST['msg']) {
case "hello":
echo "hi";
break;
case "how are you?":
echo "fine, thanks";
break;
} ?>
4 Posted by Dave Hoff on 09 Jun, 2011 03:10 PM
There is a very simple example located right in our docs page. Please refer to it here:
http://imified.com/developers/api
Dave Hoff closed this discussion on 09 Jun, 2011 03:10 PM.