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
trak3r (author)
Wed Apr 30 07:18:05 -0700 2008
commit  3a55f7c13b1653ae3c606da448bf5ecc91aa7f5d
tree    922cd420b285c0a29d62e29d0d2247018e5de46a
parent  54e3d393f0979770761e899c260e00d943f00427
rss2twitter / README
100644 18 lines (9 sloc) 0.564 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.