Skip to content

Commit 6636b39

Browse files
committed
Update readme
1 parent 31e189b commit 6636b39

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ tmp.txt
3636
logs/
3737

3838
.pytype/
39+
.venv*

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The **Python slackclient** allows interaction with:
1919
- The Slack web api methods available at our [Api Docs site][api-methods]
2020
- Interaction with our [RTM API][rtm-docs]
2121

22-
If you want to use our [Events API][events-docs], please check the [Slack Events API adapter for Python][python-slack-events-api].
22+
If you want to use our [Events API][events-docs] and Interactivity features, please check the [Bolt for Python][bolt-python] library. Details on the Tokens and Authentication can be found in our [Auth Guide](https://slack.dev/python-slack-sdk/installation/).
2323

2424
Details on the Tokens and Authentication can be found in our [Auth Guide](https://slack.dev/python-slackclient/auth.html).
2525

@@ -328,10 +328,7 @@ If you're migrating from v1.x of slackclient to v2.x, Please follow our migratio
328328

329329
---
330330

331-
We no longer provide support for v1 or v2 of this SDK and only maintain the latest v3 version. If you would like support
332-
from this project's maintainers please consider updating to the latest version of the SDK first. Otherwise, you may visit the
333-
[Slack Community][slack-community] for getting help using Slack Developer Kit for Python or just generally bond with your
334-
fellow Slack developers.
331+
We no longer provide support for v1 or v2 of this SDK and only maintain the latest v3 version. If you would like support from this project's maintainers please consider updating to the latest version of the SDK first. Otherwise, you may visit the [Slack Community][slack-community] for getting help using Slack Developer Kit for Python or just generally bond with your fellow Slack developers.
335332

336333
<!-- Markdown links -->
337334

0 commit comments

Comments
 (0)