Skip to content
lukes edited this page May 4, 2011 · 4 revisions

Use check :twitter to watch Twitter. There are no other parameters, so it's super simple

Herald.watch do
  check :twitter
  _for "keywords"
end

Short method

Alternatively, use the watch_twitter short method

Herald.watch_twitter do
  _for "keywords"
end

See also

Clone this wiki locally