twitter bot
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
API Example: IMified Integration
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.


