This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
base/ | ||
| |
tweeting_streambot.rb | ||
| |
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>








