Feedig
Feedig is Feed IRC Gateway, forked hsbt's agig.rb
Installation
$ gem install feedig
Usage
$ cd feedig
# Add the feed url to 'resources.yml'
$ feedig -d
# join '#notification' channel in your IRC client.
change the interval to fetch
$ feedig -d -i #{second}
Contributing
- Fork it ( http://github.com//feedig/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request