From 9d585553a4cd8da353eedf1586b6124ce8d4e10d Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 25 Sep 2016 23:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E7=94=B3=E9=A2=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20160604 How to Build Your First Slack Bot with Python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20160604 How to Build Your First Slack Bot with Python.md b/sources/tech/20160604 How to Build Your First Slack Bot with Python.md index d18d54180d..77df2b8e7f 100644 --- a/sources/tech/20160604 How to Build Your First Slack Bot with Python.md +++ b/sources/tech/20160604 How to Build Your First Slack Bot with Python.md @@ -1,3 +1,4 @@ +translating by ucasFL # How to Build Your First Slack Bot with Python [Bots](https://www.fullstackpython.com/bots.html) are a useful way to interact with chat services such as [Slack](https://slack.com/). If you have never built a bot before, this post provides an easy starter tutorial for combining the [Slack API](https://api.slack.com/) with Python to create your first bot.