The PythOnBoardingBot tutorial should be updated to use bolt-python instead of slackevensapi, as bolt-python is the latest recommended way to use Events API in Python.
You don't need to change any parts of the tutorial contents. All you need to do are:
- You modify the app under
tutorial/PythOnBoardingBot/ to use slack-bolt instead of slackevensapi
- Once you verify if the app works in the tutorial scenario, you update the corresponding code snippets in
tutorial/*.md files too
The page URLs
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.