bolt-python icon indicating copy to clipboard operation
bolt-python copied to clipboard

A framework to build Slack apps using Python

Results 48 bolt-python issues
Sort by recently updated
recently updated
newest added

### Reproducible in: #### The `slack_bolt` version 1.18.1 #### Python runtime version Python 3.11.1 #### OS info Alpine Linux 3.19.1 #### Steps to reproduce: (Share the commands to run, source...

need info

According to Slack, the traditional way of creating workflows will be discontinued, and from what I understand, the old wokflows steps should be migrated to the new way of creating...

auto-triage-skip

Hello, I have incorporated slack-bolt Django example in my Django project. I can successfully install the app using /slack/install. However, I have challenges with customisation. My app is initialised as...

question
area:adapter
auto-triage-stale

1. We have a Slack app that needs to handle events from multiple Slack workspaces. 2. We also need to support Slack Login via the same app. We have been...

question
auto-triage-stale

Whenever a message processing take more than a certain time, i am receiving duplicate events for app_mention. ### Reproducible in: #### The `slack_bolt` version slack-sdk==3.26.1 slack-bolt==1.18.1 #### Python runtime version...

question

I am using socket mode python for a modal triggering with slash command It has three stages - modal triggered through slash command with an input field for GitHub issue...

question

This PR includes all the changes from #986 aims to add support for custom functions in Bolt Python ### Feedback I'm looking for feedback on - Usability, is this what...

enhancement
area:async
area:sync
semver:minor

I just finished figuring out how to make my Slack App use the OAuth workflow. I set up it using the `f"{my_app_url}/slack/install"` endpoint. I am using the standard Bolt OAuth...

This is more of a query, rather than a bug: I can't find a type-based way to construct requests I send to Slack or to route messages I receive from...

question

**Issue**: When using special characters like "ö" app_handler.handle(request) will return Unauthorized. **Tools**: I'm using FastAPI AsyncSlackRequestHandler adapter. I don't know if this happends in without adapters on others, this is...

question
area:async
area:adapter
need info