Memobot
by Matt on Jul.13, 2008, under jabber, linux, programming, python
This is a simple jabber bot which lets you jot down simple memos. Use the command “add:” to add a memo, e.g. “add: This is a memo”. the command “list” will give you all the memos in the database including their ids, and “delete: 3″ will delete the memo with id 3.
It’s written in Python with sleekxmpp as the xmpp library, and uses sqlite for the database
Code can be found here