Ruboty::Ragoon
Installation
Add this line to your Ruboty's Gemfile:
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
allowsyesterday
,today
,tomorrow
and string that can bs parsed byDate.parse
- default :
today
- fetch events specified by
- 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
- reminds notified ids in
- better to use with
ruboty-cron
- e.g)
ruboty add job "*/10 8-22 * * *" grn notice
- e.g)
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
- e.g)
License
The gem is available as open source under the terms of the MIT License.