Twity Twitter Bot

Aug 28th, 2009 – 6:29 pm

Well, I’ve developed a twitter bot, @Twity001, same as Della bot that provides with useful information.It’s an auto reply bot.So you have to send a direct reply message to this bot to get information.

Read the rest of this entry »

Della Gtalk Bot

Mar 28th, 2009 – 4:40 pm

最近杂事很多,都是学校课程设计项目之类的东西,所以三周前开始自己做的这个Della机器人一直拖到现在才算是基本完成了。这是用Python的Xmpppy模块做的一个Gtalk查询机器人,暂时实现了天气情况,星座运程,公交路线(暂停实现),股票走势,中英词典,资讯新闻,美剧节目表的功能查询,而且,我特意将饭否机器人绑定到Della上,这样她就可以接收饭否上的查询信息并作出回应,本来想把Twitter也给绑定了,但Twitter的官方gtalk机器人一直不在线,其他非官方的bot也很不稳定,所以也就没有实现绑定Twitter。

update: 更新至1.2.1版本,通过GAE实现了饭否和Twitter上的查询,程序做了比较大的调整,一分为二,Gtalk上还是以Xmpppy实现,饭否和twitter上通过GAE实现永久在线,每分钟统一处理查询请求。如果你对Della的原理感兴趣,请移步:http://www.kavingray.com/blog/miniblog-bot/

Read the rest of this entry »

Simple Tic Tac Toe

Feb 20th, 2009 – 6:51 am

Simple Tic Tac Toe release.This is a small funny game written in Python using Alpha-beta pruning algorithm. It’s also an experimental program for my py & wxpython study.So just sit back and enjoy this game.All the suggestions about this game will be welcome.

New Version update!

Read the rest of this entry »