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

  1. Fork it ( http://github.com//feedig/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request