https://github.com/alexanderad/pony-standup-bot
Tiny Standup Bot for Slack
https://github.com/alexanderad/pony-standup-bot
bot python slack slack-bot standup
Last synced: 4 months ago
JSON representation
Tiny Standup Bot for Slack
- Host: GitHub
- URL: https://github.com/alexanderad/pony-standup-bot
- Owner: alexanderad
- License: mit
- Created: 2016-12-05T20:30:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T12:15:15.000Z (about 8 years ago)
- Last Synced: 2025-04-14T09:58:16.614Z (about 1 year ago)
- Topics: bot, python, slack, slack-bot, standup
- Language: Python
- Homepage: https://pony.bot
- Size: 250 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pony Standup Bot
[](https://travis-ci.org/alexanderad/pony-standup-bot)
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](https://my.slack.com/services/new/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](https://pypi.python.org/pypi/tox) installed:
$ tox