0.0
No commit activity in last 3 years
No release in over 3 years
ruboty handlers to use ragoon
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.1.0
>= 0
>= 0
 Project Readme

Ruboty::Ragoon

Build Status

Ragoon handler for Ruboty

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 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.