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

When someone else then me writing to the slack bot, some of the response is sent to me the bot creator instead of them. Why is that happening? I have...

question
need info
auto-triage-stale

### Description Describe your issue here. I am using slack-bolt python framework for my slack bolt which is going through some logic. I am using chat_postMessage method to send a...

question

Hey guys 👋, I am experiencing an issue with the app home page, even if I handle the app_home_opened event by just acknowledging the request slack will show a work...

question
auto-triage-stale

#### The `slack_bolt` version slack-bolt==1.13.0 slack-sdk==3.15.2 slacker==0.14.0 slackeventsapi==3.0.1 #### Python runtime version Python 3.8.8 #### OS info Ubuntu-20.04.1 #### Steps to reproduce: (Share the commands to run, source code, and...

question
auto-triage-stale

want to support the asyncio loop in quart apps

enhancement
area:async
area:adapter
good first issue

Add an adapter for Quart ( https://github.com/slackapi/bolt-python/issues/619 ) ### Category (place an `x` in each of the `[ ]`) * [ ] `slack_bolt.App` and/or its core components * [ ]...

enhancement
area:async
area:adapter

When creating a large slack application it would be nice to be able to reuse components in a more pythonic way than what is possible right now. A workaround is...

discussion
auto-triage-skip

(Describe your issue and goal here) Currently, using lazy listener for FAAS (such as AWS Lambda), it's really difficult to debug. If we have a exception, we just have something...

enhancement
area:async
area:sync

Python 3.6 is already EOL-ed: >3.6 will receive [bugfix updates](https://devguide.python.org/devcycle/#maintenance-branches) approximately every 3 months for about 24 months. Sometime after the release of 3.7.0 final, a final 3.6 bugfix update...

enhancement
area:async
area:adapter
area:sync
discussion

I am looking to write unit tests for my Bolt API, which consists of an app with several handlers for events / messages. The handlers are both _decorated_ using the...

docs
enhancement
area:async
area:sync