Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ernesto-jimenez/tweeting_streambot

This bot will track keywords using Twitter's Streaming API and re-tweet all the tweets it finds
https://github.com/ernesto-jimenez/tweeting_streambot

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

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

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