Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahniat-ashraf/task-master-slack-command-bot
Task Manager Slack Command Bot is an innovative Slack bot developed using Python and the FastAPI framework. It empowers your team with seamless task management, code review, and collaboration capabilities, enhancing productivity and team dynamics.
https://github.com/tahniat-ashraf/task-master-slack-command-bot
async asyncio bot command fastapi picker pointing poker python random slack story
Last synced: about 2 months ago
JSON representation
Task Manager Slack Command Bot is an innovative Slack bot developed using Python and the FastAPI framework. It empowers your team with seamless task management, code review, and collaboration capabilities, enhancing productivity and team dynamics.
- Host: GitHub
- URL: https://github.com/tahniat-ashraf/task-master-slack-command-bot
- Owner: tahniat-ashraf
- Created: 2023-07-23T21:52:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T14:15:31.000Z (over 1 year ago)
- Last Synced: 2023-07-30T14:44:02.205Z (over 1 year ago)
- Topics: async, asyncio, bot, command, fastapi, picker, pointing, poker, python, random, slack, story
- Language: Python
- Homepage:
- Size: 4.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager Slack Command Bot
## Description
Task Manager Slack Command Bot is an innovative Slack bot developed using Python and the FastAPI framework. It empowers your team with seamless task management, code review, and collaboration capabilities, enhancing productivity and team dynamics. The bot integrates seamlessly with Slack's API set through the Slack Python library, ensuring a smooth and efficient user experience.
## Demo
Link - https://vimeo.com/849908919
## Features
- **/do Command:**
- Triggered with `/do` command followed by a task name (single string).
- Randomly selects a team member to do the mentioned task. Example - /do conduct-daily-standup.
- Mention a specific member's name after `/do` to assign the task precisely. Example - /do conduct-daily-standup @Will
- Handles multiple member mentions by randomly picking one for equitable task distribution. Example - /do conduct-daily-standup @Will @Smith @Chris
- **/git-review Command:**
- Triggered with `/git-review` command followed by a Git Pull Request (PR) link.
- Randomly selects a team member to review the provided Git PR link. Example - /git-review YOUR_GIT_PR_URL
- Mention a specific member's name after `/git-review` to assign the review task precisely. Example - /git-review YOUR_GIT_PR_URL @Tom
- Handles multiple member mentions by randomly picking one for equitable task distribution. Example - /git-review YOUR_GIT_PR_URL @Tom @Dick @Harry- **/inspect Command:**
- Highlight any valid URL in a Slack channel with the `/inspect` command.
- Randomly assigns a team member to inspect the mentioned URL. /inspect YOUR_URL
- Mention a specific member's name after `/inspect` to assign the task precisely. Example - /inspect YOUR_URL @Bruce
- Handles multiple member mentions by randomly picking one for equitable task distribution. Example - /inspect YOUR_URL @Bruce @Wayne @Joker
- Most speculated use case: Randomly pick a team mate to take a look at a Slack conversation gaining momentum, adding a fun twist to collaboration.
## Future ExpansionWe are committed to continually expanding the capabilities of the Task Manager Slack Command Bot. Future planned features include:
- Agile Story Pointing: Streamline sprint planning sessions with Agile story pointing, enabling efficient estimation of user stories.
- TBD## Getting Started
1. Clone this repository and navigate to the project directory.
2. Set up the virtual environment using Python's virtualenv or your preferred method.
3. Install the required dependencies, including FastAPI and the Slack Python library.
4. Create a .env file in the project root directory and add your Slack token and signing secret. Make sure to keep this information secure and do not share it publicly.
5. Customize the bot's behavior, appearance, and Slack API integration to align with your team's preferences.
6. Launch the bot using FastAPI and deploy it on your chosen hosting service.
7. Configure your Slack workspace to interact with the Task Manager Slack Command Bot via its Slack API integration.## Contributions
We welcome and encourage contributions to this open-source project. To contribute, please submit pull requests, suggest new features, or share your ideas to expand the capabilities of the Task Manager Slack Command Bot. Together, we can create a powerful and versatile tool to streamline your team's workflow and boost productivity.
Let's build the future of collaborative team experiences! Happy task managing, reviewing, inspecting, and planning! 🚀🔍📈