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.