From 6636b390f096ff778fce7d123b1f9e6092b4c17f Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Fri, 22 Apr 2022 09:12:28 +0900 Subject: [PATCH] Update readme --- .gitignore | 1 + README.md | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bd5e34fc8..a5ac565f9 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ tmp.txt logs/ .pytype/ +.venv* diff --git a/README.md b/README.md index ffd134cd7..23e117015 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The **Python slackclient** allows interaction with: - The Slack web api methods available at our [Api Docs site][api-methods] - Interaction with our [RTM API][rtm-docs] -If you want to use our [Events API][events-docs], please check the [Slack Events API adapter for Python][python-slack-events-api]. +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/). Details on the Tokens and Authentication can be found in our [Auth Guide](https://slack.dev/python-slackclient/auth.html). @@ -328,10 +328,7 @@ If you're migrating from v1.x of slackclient to v2.x, Please follow our migratio --- -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. +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.