From 7162a1e2f1260c3572636b43193df44960e2ac2b Mon Sep 17 00:00:00 2001 From: chenjt Date: Tue, 27 Sep 2016 16:32:16 +0800 Subject: [PATCH] [jiajia9linuxer] giveup How to Build Your First Slack Bot with Python --- .../20160604 How to Build Your First Slack Bot with Python.md | 1 - 1 file changed, 1 deletion(-) 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 5d50671f86..d18d54180d 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,4 +1,3 @@ -jiajia9linuxer # 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.