Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “yardbird”

Introducing Yardbird. I absolutely love it—an IRC bot built on top of Twisted that passes incoming messages off to Django code running in a separate thread. Requests and Response objects are used to represent incoming and outgoing messages, and Django’s regex-based URL routing is used to dispatch messages to different handling functions based on their content. 6 22nd May 2009, 11:13 pm

A django site