python-slack-sdk icon indicating copy to clipboard operation
python-slack-sdk copied to clipboard

Slack Developer Kit for Python

Results 77 python-slack-sdk issues
Sort by recently updated
recently updated
newest added

### Reproducible in: This is reproducible using the python-sdk, the slack-go sdk, and when using `cURL` to post a message directly to the API. It should be noted this is...

question
auto-triage-stale

Hello, I upload a file to Slack, and then send a message to a channel referencing that file. However, if I call them immediately after each other, sending message fails...

needs info

## Summary This is a duplicate of #1516 and adds support for https://api.slack.com/methods/conversations.externalInvitePermissions.set I did not get a chance to test out the integration tests locally, before noticing this was...

semver:minor
web-client
Version: 3x
area:async

The Client treats Json-format Request Bodies as dict, but can benefit from completion and static analysis if TypedDict is supported. ### Category (place an `x` in each of the `[...

enhancement
discussion
web-client
Version: 3x

Suggestion raised in: https://github.com/slackapi/python-slack-sdk/issues/1509 Behavior: `initial_options` options must contain an exact match of `options` provided, or users experience issues with properly updating forms. Suggestion has been raised to update this...

enhancement
auto-triage-skip

We need a way to get the channel ID when provided the current channel name as an input. Previously this could be done using the `channels.info` API method, but now...

question
duplicate
server-side-issue
auto-triage-skip

The export of types of the objects returned when making requests would be incredibly useful. This would significantly enhance the developer experience by: - preventing incorrect key accesses - and...

discussion
web-client
Version: 3x
auto-triage-skip

(Filling out the following details about bugs will help us solve your issue sooner.) #### Steps to reproduce: (Share the commands to run, source code, and project settings (e.g., setup.py))...

enhancement
web-client
Version: 3x
good first issue

Intersphinx index used to be published here `https://slack.dev/python-slack-sdk/objects.inv`. It's no longer being published. Intersphinx is useful. Please put it back. ### The page URLs https://slack.dev/python-slack-sdk/objects.inv

docs
Version: 3x

#### The Slack SDK version 3.31.0 #### Python runtime version 3.12.4 #### OS info Mac Have setup a Lambda that listens to events. There's not a lot in the documentation...

question