简介:这是我去年11月写的一个基于GAE的简单应用,用来订阅RSS,当订阅的RSS有新的文章时,Gtalk机器人会发Gtalk消息通知。花三四个小时调好的,然后就再也没升级过,比较简陋,我一个人一直用到现在,还没有试用过多个人并发的情况。

已知问题:可能有些字符集不支持,看到的是乱码。

一.添加cnstock4@appspot.com为Jabber/XMPP联系人

二.使用方法(以订阅水木社区为例子)
1、订阅rss,给机器人发消息 sub http://www.newsmth.net/rssi.php?h=1
2、退订rss,给消息发消息 unsub http://www.newsmth.net/rssi.php?h=1
3、列出所有订阅的rss, 发消息ls

===================================
cnstock4: Usage:
1.types the words "sub [feed_url]" to the bot to begin subscribing to the feed at the specified feed_url ([feed_url]
2.types the words "unsub [feed_url]" to stop subscribing to the feed
3.types the words "ls" to list all you feeds

如果有人试用,欢迎报告bug,谢谢。