Sha256: 0d01cf33f18b3d779ced15295f292e0b3712b287cc0b2adf1c12f4e21c163063
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
#!/usr/bin/env ruby require 'chatterbot/dsl' exclude ["foo", "bar"] search("foo") do |tweet| # # reply "@#{tweet['from_user']} I am serious, and don't call me Shirley!", tweet puts tweet.inspect end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chatterbot-0.2.1 | examples/dsl_test.rb |
chatterbot-0.2.0 | examples/dsl_test.rb |