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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
-
# pythOnBoarding Bot
2
-
## Building a simple bot using [Slack's Events API](https://api.slack.com/events-api) in Python
1
+
# An updated version of this tutorial can now be found in the [Python Slack SDK](https://github.com/slackapi/python-slackclient/tree/master/tutorial)
2
+
3
+
## pythOnBoarding Bot
4
+
### Building a simple bot using [Slack's Events API](https://api.slack.com/events-api) in Python
3
5
This bot is an example implementation of building a Slack App with Slack's Python SDK, [python-slackclient](http://python-slackclient.readthedocs.io/en/latest/). We'll cover all the basic steps you'll need to create and configure your first Slack App in python.
4
6
5
7
PythOnBoarding Bot is designed to greet new users on your team and introduce them to some nifty features in Slack.
0 commit comments