Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ernesto-jimenez/tweeting_streambot
- Owner: ernesto-jimenez
- Created: 2009-10-31T00:05:26.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-10-31T00:20:44.000Z (about 15 years ago)
- Last Synced: 2024-04-09T16:26:32.456Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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