public
Description: This bot will track keywords using Twitter's Streaming API and re-tweet all the tweets it finds
Homepage:
Clone URL: git://github.com/ernesto-jimenez/tweeting_streambot.git
name age message
file README Loading commit data...
directory base/
file tweeting_streambot.rb
directory twitter/
README
= DESCRIPTION

This bot will track keywords using Twitter's Streaming API and re-tweet all the
tweets it finds.

Ideal for conferences and events bots.


= USAGE

It's really simple, edit tweeting_streambot.rb and add your credentials and the
list of keywords you want to re-tweet :)

TweetingStreambot.new("user", "pasword", "#rubyconf", "#rbconf")


= LICENSE

Author: Ernesto Jiménez <erjica@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the MIT License.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT
License for more details.

You should have received a copy of the MIT License along with this
program. If not, see <http://www.opensource.org/licenses/mit-license.php>