From 03510a69eddfa2489446336e8fed464823b5e54b Mon Sep 17 00:00:00 2001 From: Ankur Oberoi Date: Tue, 2 Jun 2020 17:02:54 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0e8a7ad..6771ea4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ python-rtmbot ============= +**This project is no longer under active development.** If you’re just getting started, we recommend taking a look at the [Python SDK](https://slack.dev/python-slackclient) first. If you’ve been using this project, critical issues (such as security issues) will be addressed, but we advise planning to migrate to the Python SDK. You can still file an issue and ask us for help doing that! + +:bulb: If you’re interested in maintaining this package in the future, please [get in touch](mailto:opensource@slack.com) + [![Build Status](https://travis-ci.org/slackapi/python-rtmbot.png)](https://travis-ci.org/slackapi/python-rtmbot) [![Coverage Status](https://coveralls.io/repos/github/slackhq/python-rtmbot/badge.svg?branch=master)](https://coveralls.io/github/slackhq/python-rtmbot?branch=master) From e0e8809a6468f150fb329665edd9f88e2c397207 Mon Sep 17 00:00:00 2001 From: Ankur Oberoi Date: Tue, 2 Jun 2020 17:09:51 -0700 Subject: [PATCH 2/2] Clarify language and add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6771ea4..7975f7c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ python-rtmbot ============= -**This project is no longer under active development.** If you’re just getting started, we recommend taking a look at the [Python SDK](https://slack.dev/python-slackclient) first. If you’ve been using this project, critical issues (such as security issues) will be addressed, but we advise planning to migrate to the Python SDK. You can still file an issue and ask us for help doing that! +**This project is no longer under active development.** If you’re just getting started, we recommend taking a look at the [Python SDK](https://slack.dev/python-slackclient) first. If you’ve been using this project, only critical issues (such as security issues) will be addressed, but we advise planning to migrate to the Python SDK. You can still [file an issue](https://github.com/slackapi/python-rtmbot/issues/new) and ask us for help doing that! :bulb: If you’re interested in maintaining this package in the future, please [get in touch](mailto:opensource@slack.com)