2009年2月25日星期三

用Twe2免费接收Twitter短息[译言翻译]

2008年8月,Twitter取消了免费的Twitter更新短信提醒服务,仅保留了美国、加拿大和印度。英国用户只能发送,但是不能接收。Twe2开发者对此感到非常失望,推出了自己的免费服务,你现在就可以用手机接收Twitter更新了,几乎支持所有国家和地区。

功能

在默认状态下,当你在Twitter上收到直接消息或者回复时,Twe2就会给你发送一条手机短信,为了维持该服务,Twe2在每条短信后边都添加了一条简短广告。

Twe2的开发者还开发了著名的FriendDeck软件。Twe2增加了很多有趣的功能,比如用户可以通过Twe2定制搜索关键词,一旦你的消息里面出现了关键词,Twe2就会发送短信给你。

为了方便用户管理短信发送更新,用户可以设定通知频率(每小时不超过100条)。

以下是设定步骤:

1.登录Twe2网站:http://www.twe2.com/Default.aspx,输入Twitter用户名和密码,点击登录(login):

2.选择国家,输入手机号,申请确认短信:

3.输入确认码。

A Small Tinyurl API

Ruby Code:
require'cgi'

require'open-uri'
def get_tiny_url(url)
url=CGI::escape(url)
open("http://tinyurl.com/api-create.php?url="+url).read
end

Google Data On Rails

Monday, February 23, 2009 at 9:04 AM



"Where's Ruby on the list of client libraries?"

My colleague Jeff Fisher recently open sourced a Ruby utility library for the Google Data APIs. Mind you, it's not a full-blown client library, but it does handle the fundamentals like authentication and basic XML manipulation using the REXML module.

We've got a comprehensive article and sample application, the DocList Manager (full source), to demonstrate the basics.

Please visit us in the Google Data APIs forum to ask questions or submit feedback.

Hello Hooopo

Hello Hooopo