From 2a8d64fef7a40717ef9f5748ee0551b2117be037 Mon Sep 17 00:00:00 2001 From: Shawn Anastasio Date: Thu, 18 May 2017 05:05:07 -0500 Subject: [PATCH] supporting-docs/projects: Add matrix-pollbot matrix-pollbot is a bot that allows you to create polls to be voted on by members of a Matrix room. --- .../projects/2017-05-18-matrix-pollbot.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 supporting-docs/projects/2017-05-18-matrix-pollbot.md diff --git a/supporting-docs/projects/2017-05-18-matrix-pollbot.md b/supporting-docs/projects/2017-05-18-matrix-pollbot.md new file mode 100644 index 000000000..acc6f804d --- /dev/null +++ b/supporting-docs/projects/2017-05-18-matrix-pollbot.md @@ -0,0 +1,14 @@ +--- +layout: project +title: matrix-pollbot +categories: projects other +description: A bot for creating polls +author: Shawn Anastasio +maturity: Early Beta +--- + +# {{ page.title }} + +Pollbot is a Matrix bot written using [python-matrix-bot-api](https://github.com/shawnanastasio/python-matrix-bot-api/) that allows you to create polls that can be voted on by members of a room. + +The project lives on [GitHub](https://github.com/shawnanastasio/matrix-pollbot).