bolt-python
bolt-python copied to clipboard
A framework to build Slack apps using Python
We have built a slack app using slack_bolt package. Our goal is when user asks question in slack, the slack app should respond. The slack app does respond but we...
I'm building an AI app in Slack, and I'm looking to have the bot help with thread summarization. If I open the AI widget when I have a thread open...
## Summary Docs: guide quick start app creation using the slack CLI following the [Bolt for JS](https://github.com/slackapi/bolt-js/pull/2535/commits) structure authored by @zimeg. ### Testing ### Category * [ ] `slack_bolt.App` and/or...
Channels where the created application exists can retrieve messages. However, some users can retrieve messages in DMs, while others cannot. The application does not invite in DM. I don't see...
We're using the Slack Python Bolt SDK to build an AI assistant app via the AI Apps framework, and we're seeing a behavior that feels inconsistent with user expectations. I’d...
Hi there, I apologize in advance if this is not the correct place to post about this question. I would like to send multiple images in this format: (the above...
I deployed my slack bolt python code on AWS Lambda with HTTP API Gateway, and have an org access level slack app installed in my organization workspace. I have processes...
### Description: In my Slack bot implementation, when a user clicks a button, it triggers a specific `@app.action`, which raises a ticket and responds to the user. However, in some...
I have two questions that stem from a bit of a lack of understanding about slack app Oauth flow and request verification that I hope can be cleared up relatively...
Looking for advice on ThreadPool separation for middleware and actual event, looking for ContextVars to be passed ### Reproducible in: ```bash pip freeze | grep slack python --version sw_vers &&...