Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

vangberg/shout-everything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShoutEverything::Twitter.shout(:user => 'foo', :password => 'login') do |t|
  t.say "baz"
end
 
ShoutEverything::IRC.shout(:nick => 'foo', :server => 'irc.freenode.net', :to => '#bar') do |c|
  c.say "baz"
end
 
channels = {
  :twitter => {:user => 'foo', :password => 'secret'},
  :irc => {:nick => 'foo', :server => 'irc.freenode.net', :to => 'private_nick'}
}
ShoutEverything.shout(channels) do |s|
  s.say "hello world to all channels"
end
 
ShoutEverything::Mail
ShoutEverything::Jabber
ShoutEverything::Yammer
ShoutEverything::Campfire
ShoutEverything::Basecamp
ShoutEverything::Growl

About

notifiers till you die.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages