项目作者: JamieAP

项目描述 :
A slackbot for standups
高级语言: Go
项目地址: git://github.com/JamieAP/standup-slackbot.git
创建时间: 2017-03-25T20:11:34Z
项目社区:https://github.com/JamieAP/standup-slackbot

开源协议:MIT License

下载


Standup Slackbot

A Slack bot for your standups.

If you scratch the surface, there is an extractable generic Slackbot framework somewhere in here.

Usage

  1. $ ./standup-slackbot --help
  2. Usage: standup-slackbot [OPTIONS]
  3. A slackbot for standups
  4. Options:
  5. --slack-token="" Slack API token ($SLACK_TOKEN)
  6. --standup-channel="" The Slack channel to use for standups ($STANDUP_CHANNEL)
  7. --standup-time="" The time standup should start in 24hr 00:00 format ($STANDUP_TIME)
  8. --standup-length-mins=60 The standup length time in minutes ($STANDUP_LENGTH_MINS)
  9. --time-zone="Europe/London" The timezone IANA format e.g. Europe/London ($TIME_ZONE)

What does it do?

At a set time every week day it will DM everyone in the standup channel,
ask them 4 questions and at the end post everyone’s answers to the standup channel.

example