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

Pretty simple, just making this sentence a bit easier to read and understand who gets the tokens. ### Category (place an `x` in each of the `[ ]`) * [...

cla:missing

The issue #731 reminds me that https://github.com/slackapi/java-slack-sdk/pull/677 can be added to bolt-python (and possibly to bolt-js). ### Category (place an `x` in each of the `[ ]`) * [x] **slack_bolt.App**...

enhancement
area:async
area:sync
good first issue

This it an inconsistent bug found in 2 tests `TestEventsSharedChannels.test_uninstallation_and_revokes` and `TestEventsSocketMode.test_middleware` I believe it sometimes happen in the CI pipeline, but I encountered it locally The goal of this...

bug

Through out the docs and guides we mention how to set up a python project using `pyenv`, `python`, `venv` and `pip`, it would be nice to centralize this and reference...

docs
enhancement
good first issue

👋 Over at @anthropics we're enthusiastic users of both Slack and async Python - but instead of `asyncio` we use [structured concurrency with Trio](https://trio.readthedocs.io/en/stable/). This makes using slack-bolt's `AyncClient` pretty...

enhancement
area:async
discussion

Hello I have a question regarding a message that user receives when has not installed the app or completed the oAuth flow. When a user click a button or execute...

enhancement

I read in the slack documentation that Socket Mode allows your app to maintain up to 10 open WebSocket connections at the same time. I am unable to find code...

question

For a project to integrate some AI models via Slack as GUI basically we came up with a modal view where users can configure the parameters for an initial conversation...

question
auto-triage-stale

We are using our slack app by doing @app_mention from workflow message . In most cases the app_mention wrks as expected but in some instances we see that the app_mention...

question
need info
auto-triage-stale

(Describe your issue and goal here) Trying to install a slack bolt python app on google cloud run. This is the workflow of the app 1- user issues a /command...

question
auto-triage-stale