[jiajia9linuxer] giveup How to Build Your First Slack Bot with Python

This commit is contained in:
chenjt 2016-09-27 16:32:16 +08:00
parent eee9345a40
commit 7162a1e2f1

View File

@ -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.