-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Luke Duncalfe edited this page Jul 15, 2014
·
18 revisions
Herald is a simple and flexible notifier for Twitter and RSS.
Pass Herald some keywords and sources to watch, and Herald will notify you using Growl, pinging or posting to a site, or running Ruby code as soon as those keywords appear.
Herald.watch do
check :twitter
_for "soundofmusic"
action :stdout, :file => "log.txt"
end
- [Twitter](wiki/Watching Twitter)
- [RSS](wiki/Watching RSS)
- [Website](wiki/Watching a Website)
- [Growl](wiki/Notifying with Growl)
- [Ping](wiki/Notifying with Ping)
- [Post](wiki/Notifying with Post)
- [Callback](wiki/Notifying with a Callback)
- [Stdout](wiki/Notifying with Stdout)