A telegram bot for running team standups
!!! Pls note: the bot is in experimental condition !!!
Bot address:
@standup_tbe_remak_bot
Support group:
https://t.me/joinchat/EiE7ykcEzD3-3DfvxzdSow
It is inspired by a geekbot
which exists only for
slack.
The bot has basic functionality:
/report
command/settings
command/help
- Get a help/start
- Start a bot/add_me
- Add a user to the standup (Only for standup group)/remove_me
- Remove a user from the standup (Only for standup group)/settings
- Bot settings/report
- Submit a report/stop_report
- Stop report right nowIf you want to deploy own version of the bot
then:
git clone https://github.com/ZhukovGreen/telegram-standup-bot.git
Create .env
file with:
docker-compose -f docker-compose.deploy.yml build
docker swarm init
docker stack deploy -c docker-compose.deploy.yml
standup-bot