You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-src-v2/index.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,19 @@
10
10
changelog
11
11
about
12
12
13
+
Important Notice
14
+
*********************
15
+
16
+
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, retry hanlders, and many more.
17
+
18
+
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.
19
+
20
+
--------
21
+
13
22
==============================================
14
23
|product_name|
15
24
==============================================
25
+
16
26
Slack's APIs allow anyone to build full featured integrations that extend
17
27
and expand the capabilities of your Slack workspace. These APIs allow you
18
28
to build applications that interact with Slack just like the people on your
<h1>Important Notice<aclass="headerlink" href="#important-notice" title="Permalink to this headline">¶</a></h1>
250
+
<p>The <aclass="reference external" href="https://pypi.org/project/slackclient/">slackclient</a> PyPI project is in maintenance mode now and <aclass="reference external" href="https://pypi.org/project/slack-sdk/">slack-sdk</a> 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, retry hanlders, and many more.</p>
251
+
<p>Refer to <aclass="reference external" href="https://slack.dev/python-slack-sdk/v3-migration/index.html#from-slackclient-2-x">the migration guide</a> to learn how to smoothly migrate your existing code.</p>
252
+
<hrclass="docutils" />
248
253
<divclass="section" id="product-name">
249
-
<h1>slackclient (Legacy Python Slack SDK)<aclass="headerlink" href="#product-name" title="Permalink to this headline">¶</a></h1>
254
+
<h2>slackclient (Legacy Python Slack SDK)<aclass="headerlink" href="#product-name" title="Permalink to this headline">¶</a></h2>
250
255
<p>Slack’s APIs allow anyone to build full featured integrations that extend
251
256
and expand the capabilities of your Slack workspace. These APIs allow you
252
257
to build applications that interact with Slack just like the people on your
Python apps as quickly as possible. The current version, 2.0, is
258
263
built for Python 3.6 and higher – if you need to target Python 2.x, you might
259
264
consider using v1 of the SDK.</p>
265
+
</div>
266
+
</div>
260
267
<divclass="section" id="slack-platform-basics">
261
-
<h2>Slack Platform Basics<aclass="headerlink" href="#slack-platform-basics" title="Permalink to this headline">¶</a></h2>
268
+
<h1>Slack Platform Basics<aclass="headerlink" href="#slack-platform-basics" title="Permalink to this headline">¶</a></h1>
262
269
<p>If you’re new to the Slack platform, we have a general purpose <aclass="reference external" href="https://api.slack.com/start">guide for building apps</a> that isn’t specific to any language or framework. It’s a great place to learn all about the concepts that go into building a great Slack app.</p>
263
270
<p>Before you get started building on the Slack platform, you need to <aclass="reference external" href="https://api.slack.com/apps/new">set up your app’s configuration</a>. This is where you define things like your app’s permissions and the endpoints that Slack should use for interacting with the backend you will build with Python.</p>
264
271
<p>The app configuration page is also where you will acquire the OAuth token you will use to call Slack’s APIs. Treat this token with care, just like you would a password, because it has access to workspace and can potentially read and write data to and from it.</p>
265
272
</div>
266
273
<divclass="section" id="installation">
267
-
<h2>Installation<aclass="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
274
+
<h1>Installation<aclass="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
268
275
<p>We recommend using <aclass="reference external" href="https://pypi.python.org/pypi">PyPI</a> to install slackclient (Legacy Python Slack SDK)</p>
@@ -294,13 +301,12 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t
294
301
<p>It’s also good to try on the Python REPL.</p>
295
302
</div>
296
303
<divclass="section" id="getting-help">
297
-
<h2>Getting Help<aclass="headerlink" href="#getting-help" title="Permalink to this headline">¶</a></h2>
304
+
<h1>Getting Help<aclass="headerlink" href="#getting-help" title="Permalink to this headline">¶</a></h1>
298
305
<p>If you get stuck, we’re here to help. The following are the best ways to get assistance working through your issue:</p>
299
306
<ulclass="simple">
300
307
<li><p>Use our <aclass="reference external" href="https://github.com/slackapi/python-slackclient/issues">Github Issue Tracker</a> for reporting bugs or requesting features.</p></li>
301
308
<li><p>Visit the <aclass="reference external" href="http://slackcommunity.com">Slack Developer Community</a> for getting help using slackclient (Legacy Python Slack SDK) or just generally bond with your fellow Slack developers.</p></li>
0 commit comments