From eee9345a409df9bd19d8bcbaa8cdfb4d429de6a6 Mon Sep 17 00:00:00 2001 From: chenjt Date: Sat, 24 Sep 2016 13:34:04 +0800 Subject: [PATCH 1/2] [jiajia9linuxer translating] --- .../20160604 How to Build Your First Slack Bot with Python.md | 1 + .../20160913 The Five Principles of Monitoring Microservices.md | 1 + .../tech/20160915 Using Ansible to Provision Vagrant Boxes.md | 1 + 3 files changed, 3 insertions(+) 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..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,3 +1,4 @@ +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. diff --git a/sources/tech/20160913 The Five Principles of Monitoring Microservices.md b/sources/tech/20160913 The Five Principles of Monitoring Microservices.md index 9d283f8bdf..ff459c8dc7 100644 --- a/sources/tech/20160913 The Five Principles of Monitoring Microservices.md +++ b/sources/tech/20160913 The Five Principles of Monitoring Microservices.md @@ -1,3 +1,4 @@ +jiajia9linuxer The Five Principles of Monitoring Microservices ==== diff --git a/sources/tech/20160915 Using Ansible to Provision Vagrant Boxes.md b/sources/tech/20160915 Using Ansible to Provision Vagrant Boxes.md index 57003390d8..43ca998742 100644 --- a/sources/tech/20160915 Using Ansible to Provision Vagrant Boxes.md +++ b/sources/tech/20160915 Using Ansible to Provision Vagrant Boxes.md @@ -1,3 +1,4 @@ +jiajia9linuxer Using Ansible to Provision Vagrant Boxes ==== From 7162a1e2f1260c3572636b43193df44960e2ac2b Mon Sep 17 00:00:00 2001 From: chenjt Date: Tue, 27 Sep 2016 16:32:16 +0800 Subject: [PATCH 2/2] [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.