|
2 | 2 |
|
3 | 3 | :::danger |
4 | 4 |
|
5 | | -The [slackclient](https://pypi.org/project/slackclient/) PyPI project is |
6 | | -in maintenance mode now and |
7 | | -[slack-sdk](https://pypi.org/project/slack-sdk/) project is the |
8 | | -successor. The v3 SDK provides more functionalities such as Socket Mode, |
9 | | -OAuth flow module, SCIM API, Audit Logs API, better asyncio support, and |
10 | | -retry handlers. |
| 5 | +The [slackclient](https://pypi.org/project/slackclient/) PyPI project is in maintenance mode now and [slack-sdk](https://pypi.org/project/slack-sdk/) project is the successor. The v3 SDK provides more functionalities such as Socket Mode, OAuth flow module, SCIM API, Audit Logs API, better asyncio support, and retry handlers. |
11 | 6 |
|
12 | 7 | ::: |
13 | 8 |
|
14 | | -Refer to [the migration |
15 | | -guide](https://slack.dev/python-slack-sdk/v3-migration/index.html#from-slackclient-2-x) |
16 | | -to learn how to smoothly migrate your existing code. |
17 | | - |
18 | | -Slack APIs allow anyone to build full featured integrations that |
19 | | -extend and expand the capabilities of your Slack workspace. These APIs |
20 | | -allow you to build applications that interact with Slack just like the |
21 | | -people on your team — they can post messages, respond to events that |
22 | | -happen — as well as build complex UIs for getting work done. |
23 | | - |
24 | | -To make it easier for Python programmers to build Slack applications, |
25 | | -we've provided this open source SDK. will let you get started building |
26 | | -Python apps as quickly as possible. The current version is built for |
27 | | -Python 3.6 and higher — if you need to target Python 2.x, you might |
28 | | -consider using v1 of the SDK. |
| 9 | +Refer to [the migration guide](https://slack.dev/python-slack-sdk/v3-migration/index.html#from-slackclient-2-x) to learn how to smoothly migrate your existing code. |
| 10 | + |
| 11 | +Slack APIs allow anyone to build full featured integrations that extend and expand the capabilities of your Slack workspace. These APIs allow you to build applications that interact with Slack just like the people on your team — they can post messages, respond to events that happen — as well as build complex UIs for getting work done. |
| 12 | + |
| 13 | +To make it easier for Python programmers to build Slack applications, we've provided this open source SDK. will let you get started building Python apps as quickly as possible. The current version is built for Python 3.6 and higher — if you need to target Python 2.x, you might consider using v1 of the SDK. |
29 | 14 |
|
30 | 15 | ## Slack Platform Basics |
31 | 16 |
|
|
0 commit comments