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 77df2b8e7f..5d50671f86 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,4 @@ -translating by ucasFL +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.