Twibot
Twibot gets a bunch of new features
A couple of weeks ago I received a pull request from Mike Demers for Twibot. However, in contrast to the occasional bug fix I receive, this branch included several new features.
Collecting tweets with Twibot and ActiveRecord
I recently launched a website that among other things displays "tweets" (status messages on Twitter) from a predefined set of Twitter users. In this article I'll show you how you can create a stateful Twibot bot with a custom handler to put tweets in your database using ActiveRecord from a Rails application.
Full article Collecting tweets with Twibot and ActiveRecord.
Twibot: A microframework for Twitter bots in Ruby
Twibot 0.1.1 hit the RubyForge gem server today. Inside is a microframework for writing Twitter bots in Ruby, using a DSL heavily inspired by Sinatra.
Full article Twibot: A microframework for Twitter bots in Ruby.