twitter bot

May 29th, 2007 . 0 comments

Read your tweets for messages prefixed with @foo and post to that user. http://pastie.caboo.se/65927

# Read tyler-durden's tweets for any messages starting with '@project-mayhem'
#
#   $ ruby twitter_bot.rb tyler-durden project-mayhem my-password
#
# Stores the last modified and highest id in a yaml file in the pwd by the anme of 'twitter_bot.cache'
# Should block against dupes and be easy against twitter's servers

Continue reading article…

API Example: IMified Integration

May 10th, 2007 . 1 comment

I’ve begun the process of implementing and documenting the Lighthouse API, but I wanted to show a simple example with IMified. IMified runs IM bots for the major services and provides some basic services like note taking, todos, etc. What’s interesting is that they provide hooks for a lot of popular services, as well as a developer API.

Continue reading article…