yubnub on SMS

47 views
Skip to first unread message

shantanuo

unread,
Mar 10, 2013, 1:12:27 PM3/10/13
to yub...@googlegroups.com
Hi,
I have registered yubnub keyword with txtweb.com so that we can now use all our favorite commands as SMS keywords. Simply type following on your mobile...

@yubnub yubnub_keyword variable 
and send to 92665 92665 in India and 898-932 (TXT-WEB) in US and Canada. for e.g.

@yubnub dit procrastinate

This command will let me know the short meaning of the word "procrastinate".

-- Shantanu Oak

Jonathan Aquino

unread,
Mar 11, 2013, 6:02:18 PM3/11/13
to yub...@googlegroups.com
Cool! Thanks Shantanu!

Jonathan
--
You received this message because you are subscribed to the Google Groups "YubNub" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yubnub+un...@googlegroups.com.
To post to this group, send email to yub...@googlegroups.com.
Visit this group at http://groups.google.com/group/yubnub?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

shantanuo

unread,
Mar 13, 2013, 1:22:03 AM3/13/13
to yub...@googlegroups.com
Hi,
I will prefer that you host the following code on yubnub.org site.
This will save intermediate server connection and response to the user will be faster.

txtweb api key can be obtained by registering free at the site.

<head>
<title> Hello! </title>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<meta name='txtweb-appkey' content='abc' />
</head>
<?php

$message = urlencode($_REQUEST['txtweb-message']);  
$url="http://yubnub.org/parser/parse?command=$message";

$homepage = file_get_contents("$url");
echo $homepage;

?>

-- Shantanu

Jonathan Aquino

unread,
Mar 19, 2013, 11:10:35 AM3/19/13
to YubNub
Hm - I'm not sure how this script is supposed to be used, but I think it would use a lot of bandwidth on yubnub's hosting service, in the last 2 lines.

Why not just go to http://yubnub.org/parser/parse?command=... directly?

Jonathan


Reply all
Reply to author
Forward
0 new messages