public
Description: Read an RSS feed (even HTTPS with authentication) and rebroadcast it to a Twitter account.
Clone URL: git://github.com/trak3r/rss2twitter.git
commit  48eef21d8beec7ff101790ea83422f6a612b688b
tree    4a80d8b070e8596cc5ebfe460efb0fe7a260f7ef
parent  c2cd9599af48800317205643175055282d25780e
README
CREDITS:

  Original logic borrowed from http://snippets.dzone.com/posts/show/3714

  Heavily modified (and improved I hope) by Ted (rss2twitter@rudiment.net)

HOWTO:
  
  Run "ruby rss2twitter.rb" and follow the directions.

TODO:

  - Switch to http://is.gd to save even MORE precious characters!

  - Make the set-up interactive so you don't have to create a YAML file; perhaps store settings in the database

  - Support multiple feeds; perhaps let the script support commands like "rss2twitter add <feed>" and "rss2twitter 
  remove <feed>" and "rss2twitter list" etc.