twitter.rb

Path: lib/god/contacts/twitter.rb
Last Update: Sat Mar 13 00:26:23 +0000 2010

For Twitter updates you need the ‘twitter’ gem

  (gem install twitter)

Configure your watches like this:

  God::Contacts::Twitter.settings = { :username => 'sender@example.com',
                                      :password  => 'secret' }
  God.contact(:twitter) do |c|
    c.name      = 'Tester'
    c.group     = 'developers'
  end

Required files

rubygems   twitter  

[Validate]