Skip to content

alexanderad/pony-standup-bot

Repository files navigation

Pony Standup Bot

Build Status

Tiny Standup Bot for Slack

Features

  • multiple standups per team
  • multiple standups attendees
  • private daily status collection
  • public standup report summary on schedule
  • understands holidays and weekends
  • friendly reminders

Usage

  • create a bot for your team
  • copy pony.sample.yaml to pony.yaml
  • put a token for newly created bot under SLACK_TOKEN
  • configure your timezone and set up standup members under StandupPonyPlugin
  • create a virtual environment with virtualenv .env
  • install requirements pip install -r requirements.txt
  • run rtmbot --config pony.yaml

Testing

Testing is easy, assuming you have tox installed:

$ tox

Releases

No releases published

Packages

No packages published

Languages