Marley is a simple Slack bot written with Kotlin.
- It listens "start standup" command from channels its added
- If there is no other standup started from that channel, it starts one and ask everyone in that channel about their status
- When everyone responds, it notifies the initiator and publishes summary on the channel
- If someone does not respond, it sends a reminder every 15 minutes
- If someone does not respond more than an hour, it sets the persons status as "Not Available"
- Create a Slack bot and add it to your workspace
- Deploy to Heroku using the button below
- Set Slack token
- On your app management page, configure dyno and set on
- Unit tests (!)
- Implement slash command
MIT