python-slack-sdk
python-slack-sdk copied to clipboard
Slack Developer Kit for Python
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....
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...
## 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) - [...
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...
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...
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...
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)...
### 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...
## 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...
### 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...