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

I would like to add two parameters from the AWS Lambda context into the BoltRequest context in AWS : * aws_request_id * log_stream_name These parameters are useful for manual logging...

enhancement
area:adapter

Hi, I'm implementing a single-organization Slack app that receives data from a workflow form and creates some resources in AWS. To accomplish this, my app has a custom function that...

question

Under "Apps" on the left hand side of the GUI, when selecting the app, it seems to default to opening the home page. For an app I am working on,...

question
server-side
auto-triage-stale

I'm creating a multiple workspace Slack bot using Bolt Python. The documentation is very clear about the OAuth flow: https://slack.dev/bolt-python/concepts#authenticating-oauth. everything points to this. However, the documentation says nothing about...

question

Hi All, I have a function like the following `def sent_list_options(ack:Ack,options:Optional[Dict[str, Any]],logger:log.Logger):` `query=options.get('value')` `ack(mod.get_search_option_by_query(query))` I could see the function executing properly and getting the option list. But it takes close...

question
auto-triage-stale

I have a slack-bot which subscribes to the message:im event on both the users behalf and the bots behalf. These are both needed as the bot performs an action on...

question
auto-triage-stale

We enabled Token Rotation for our Slack app, however I was unsure of: 1. How does slack-bolt rotate our bot token exactly? Does it schedule a task to update the...

question
auto-triage-stale

(Describe your issue and goal here) ### Reproducible in: #### The `slack_bolt` version slack-bolt==1.18.1 slack_sdk==3.27.2 #### Python runtime version Python 3.12.3 #### OS info ProductName: macOS ProductVersion: 14.4.1 #### Steps...

question