May 31
About a month ago I created a Twitter Bot that lets people play their own instance of Zork. For example send a tweet to: @zorkgame look http://twitter.com/zorkgame Its very rough and ready ,but have fun for a few minutes if that’s your thing. Some techincal details:
- It is written in Groovy,
- It has an XMPP client part using Smack API,
- It has a HTTP client part using HTTPBuilder
- Integration to Twitter is via tweet.im, a Twitter via XMPP service,
- Any Large Zork responses are refered to via a Tweet with a link to a temporary user specific drop box on Mailinator which will contain the large message
- The Zork game is provided by these guys, the script POSTs and ‘parses’ the response (screen scrapes),
- The bot is hosted on an Amazon VM (as part of another plaything).