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

I am trying to build a form for users to fill out, and it includes a time picker. I want to "force" users to use UTC for this time picker....

bug
server-side-issue
auto-triage-skip

Is there a reason that deprecated methods, such as `groups_createChild`, are allowed to be called? As the deprecation happened 3.5 years ago, it _feels_ like it's a good time to...

web-client
Version: 3x

## Summary ⚠️ Work in progress This PR aims to introduce support for conversations.requestShared.approve/deny API methods ### Testing N/A ### Category - [x] **slack_sdk.web.WebClient (sync/async)** (Web API client) - [...

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

Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...

dependency-side-issue
javascript

Ello... I've adopted code based on the [oauth_app example](https://github.com/slackapi/bolt-python/tree/main/examples/django/oauth_app) in this repo with a slack bot aka new app manifest being created per project in our system. When we want...

question

The Sales Elevate APIs are documented, but they do not exist in the most up-to-date SDK version. In each of the following links, we see something like `app.client.admin_conversations_createForObjects` but when...

enhancement
needs info
web-client

Calling this function: `users_profile_get` https://api.slack.com/methods/users.profile.get The returned json for a user with their phone number populated in their account is not landing in the proper field. Here is the (censored)...

question
needs info
server-side-issue

### Reproducible in: ``` pip freeze | grep slack Python 3.12.10 ``` #### The Slack SDK version pip freeze | grep slack #### Python runtime version Python 3.12.10 #### OS...

discussion
needs info

## Summary Generated documentation to help new developers to get to know the python-slack-sdk (from the stand point of contributors). Let me know what is your opinion on the generated...

docs
discussion
cla:signed

### Reproducible in: #### The Slack SDK version slack-sdk==3.34.0 slackeventsapi==3.0.3 #### Python runtime version Python 3.8.5 #### OS info 90~20.04.1-Ubuntu SMP Tue Apr 22 09:59:53 UTC 2025 Recently my Slack...

discussion
auto-triage-skip