Path: | lib/god/contacts/twitter.rb |
Last Update: | Wed Jan 05 20:48:33 +0000 2011 |
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