biv / jabberbot

a coding project built on jabberbot

This URL has Read+Write access

name age message
file Jabber_bot_rss.rb Loading commit data...
file README
file jabber_bot.rb
file settings.yaml
directory spec/
README
==Requirements==
A couple of gems are required

gem install jabber-bot
gem install feed-normalizer
gem install simple-rss



==Configuration==
Everything you need is in settings.yaml and it should be pretty self
explanatory.
Feel free to use the test Jabber account that is in that file - you
just need to change the "master" to be your own account and your
client should handle the rest

The Feed URL is at the moment set to the one straight off the
dashboard of the unfuddle account, and it uses my account credentials
to grab the authenticated feed.

For testing the feed is being called every 10 seconds, you can set
this with the @@frequency in jabber_bot.rb


=======
Cheers,
Toby


Based on work done by Toby Hede - a script for codig practice and integration with various third party services, 
Unfuddle being the first.