We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tell Herald what keywords to watching by using _for
_for
Herald.watch_twitter do _for "keywords" end
_for can always take an Array of keywords instead of a String
Herald.watch_twitter do _for ["keyword1", "keyword2"] end
The Array list works like a Boolean logic or (rather than and)
or
and