Skip to content

Search schedules in Garoon from Slack and propose dates for rescheduling.

License

Notifications You must be signed in to change notification settings

S-YOU/rescheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rescheduler

Search schedules by keyword on Slack and propose dates for rescheduling.

sample mov

Usage

To run this bot, you need to set the following env vars,

export SLACK_BOT_ID=xxx
export SLACK_BOT_TOKEN=xoxb-xxxx
export SLACK_VERIFICATION_TOKEN=xxx
export SLACK_USER_ID=xxx # yours
export GAROON_SUBDOMAIN=xxx # xxx.cybozu.com
export GAROON_USER=xxx
export GAROON_PASSWORD=xxx
export GAROON_EXCLUDING_FACILITY_CODE=0601 # optional
$ dep ensure
$ go build -o bot && ./bot

About

Search schedules in Garoon from Slack and propose dates for rescheduling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%