Path: | lib/god/contacts/twitter.rb |
Last Update: | Wed Feb 02 02:22:37 +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