From e682db96c42f5fc8e0a11aa8215fb1c19c8b6661 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Fri, 17 Feb 2017 14:51:51 +0000 Subject: [PATCH] Add python-matrix-bot-api --- .../projects/2016-12-17-python-matrix-bot-api.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 supporting-docs/projects/2016-12-17-python-matrix-bot-api.md diff --git a/supporting-docs/projects/2016-12-17-python-matrix-bot-api.md b/supporting-docs/projects/2016-12-17-python-matrix-bot-api.md new file mode 100644 index 00000000..baf8c19d --- /dev/null +++ b/supporting-docs/projects/2016-12-17-python-matrix-bot-api.md @@ -0,0 +1,16 @@ +--- +layout: project +title: python-matrix-bot-api +categories: projects other +description: A Python API for making Matrix bots +author: Shawn Anastasio +maturity: Early beta +--- + +# {{ page.title }} + +A Python API for making Matrix bots. + +Requires [matrix-python-sdk](https://github.com/matrix-org/matrix-python-sdk). + +The project lives on [GitHub](https://github.com/shawnanastasio/python-matrix-bot-api/)