public
Description: publish rss or atom feeds to echowaves conversations
Homepage:
Clone URL: git://github.com/crossblaim/feed2echowaves.git
crossblaim (author)
Sat Apr 11 09:38:39 -0700 2009
commit  b610fb587f0f8919b1d17d01bf1c7df54fb655cd
tree    8588e95ce5ceec2b3735cd42e75b8fd5d56706a8
parent  063c39bbbc1e107496286ed5e966c0db606f7925
name age message
file README Loading commit data...
file feed2echowaves.rb
README
Please, supply all the configuration parameters below

FEED:             the feed you want to publish to EchoWaves, can be any atom or rss feed

METADATA_FILE:    in this file the program keeps the information of the already published feed entries

TOKENS_FILE:      after the user allows the program to access EchoWaves through OAuth,
                  the program keep the tokens in this file

ECHOWAVES_URL:    the url of your echowaves installation

CONVO_ID:         the id of the convo where the feed will be published

CONSUMER_KEY:     register your app in ECHOWAVES_URL/oauth_clients to get your consumer key

CONSUMER_SECRET:  register your app in ECHOWAVES_URL/oauth_clients to get your secret key

run feed2echowaves.rb manually or periodically in a cron job to publish the new entries in the feed to your echowaves 
convo