public
Description: Read your rss feed and send message to your twitter account (transform url to tinyurl)
Homepage:
Clone URL: git://github.com/crazylion/rss4twitter.git
name age message
file LICENSE Loading commit data...
file README
file README.rdoc
file twitter
file twitter.yml
README.rdoc

RSS4Twitter

RSS4Twitter can parse your rss feed and throw the message to your twitter account. Tested on MAC,linux(ubuntu).

Requirement:

*twitter4r *tinyurl

HOW TO:

1.setup the account information in the twitter.yml 2.setup the rss feeds information in the twitter.yml 3.run the ./rss4twitter(chmod +x rss4twitter) 4.and then you can see the result in your twitter !!!

TO DO :

  • split the title by the correct length
  • use feedparser