Yahoo Code Request

seby's Avatar

seby

21 May, 2011 11:55 AM via web

I would like a code for an easy bot.
example: me: hello
Bot: Hi
Me: how are you?
Bot: fine, thanks
Thanks in advance

  1. 2 Posted by hendrik on 27 May, 2011 05:51 AM

    hendrik's Avatar

    im waiting too

  2. 3 Posted by Cristiano Ronaldo on 28 May, 2011 03:53 AM

    Cristiano Ronaldo's Avatar

    hi guys,
    i only know code php
    <?php
    switch($_REQUEST['msg']) {
    case "hello":
    echo "hi";
    break;
    case "how are you?":
    echo "fine, thanks";
    break;
    } ?>

  3. 4 Posted by Dave Hoff on 09 Jun, 2011 03:10 PM

    Dave Hoff's Avatar

    There is a very simple example located right in our docs page. Please refer to it here:
    http://imified.com/developers/api

  4. Dave Hoff closed this discussion on 09 Jun, 2011 03:10 PM.

Comments are currently closed for this discussion. You can start a new one.