Path: | lib/god/contacts/twitter.rb |
Last Update: | Wed Nov 25 12:14:27 +0000 2009 |
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