public
Description: Script that was thrown together to listen for #sor09 tags and retweet them
Homepage:
Clone URL: git://github.com/rubaidh/hashtag_retweet_bot.git
name age message
file bot.rb Loading commit data...
directory config/ Wed Mar 25 06:40:25 -0700 2009 The starting blocks for a twibot [mconnell]
file create_db_table.rb Wed Mar 25 08:22:51 -0700 2009 basics working [mconnell]
file feed.rb
file readme
readme
The script is a bit ghastly and could easily be improved but should
provide inspiration for something a bit more thought out.

Dependencies
============
- twibot, wrapper for twitter4r to do the twitter magic
-- gem install twibot
-- http://github.com/cjohansen/twibot/tree/master

- Feedzirra, atom parser
-- gem install pauldix-feedzirra
-- http://github.com/pauldix/feedzirra/tree/master

- ActiveRecord for ORM

Run create_db_table.rb to create a database table for the app
Ruby bot.rb to run the bot

You'll want to setup the db connections to suit your own db and add a twitter login to config/bot.yml