Sha256: 6b50754d525f8cb069f81faf6af16f21771594030f2c4091ed20260b3f8ac8f0
Contents?: true
Size: 1.36 KB
Versions: 10
Compression:
Stored size: 1.36 KB
Contents
# Ruboty::Ragoon [](https://travis-ci.org/kwappa/ruboty-ragoon) [Ragoon](https://github.com/kwappa/ragoon) handler for [Ruboty](https://github.com/r7kamura/ruboty) ## Installation Add this line to your Ruboty's Gemfile: ```ruby gem 'ruboty-ragoon' ``` ## Variables Set these variables to connect your Garoon (required by Ragoon) - `GAROON_ENDPOINT` : your garoon URL (ends with `?WSDL`) - `GAROON_USERNAME` : your garoon username - `GAROON_PASSWORD` : your garoon password ## Usage ### Event - `grn event[ date]` - fetch events specified by `date` - `date` allows `yesterday`, `today`, `tomorrow` and string that can bs parsed by `Date.parse` - default : `today` - private event - mask place and description when replies in channel - show place and detail when replies in direct message ### Notification - `grn notice` - show today's unread notifications - replies only first time - reminds notified ids in `Ruboty::Brains` - better to use with `ruboty-cron` - e.g) `ruboty add job "*/10 8-22 * * *" grn notice` ### Remind - `grn remind` - remind event before 3 minutes at start - better to use with `ruboty-cron` - e.g) `ruboty add job "* 8-22 * * *" grn remind` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
10 entries across 10 versions & 1 rubygems