From 42d6861d3c7fb95b4a5072c76c421ecf18a3a3c4 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Tue, 10 Jan 2017 16:13:42 +0000 Subject: [PATCH] Add tiny-matrix-bot --- .../projects/2016-12-21-tiny-matrix-bot.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 supporting-docs/projects/2016-12-21-tiny-matrix-bot.md diff --git a/supporting-docs/projects/2016-12-21-tiny-matrix-bot.md b/supporting-docs/projects/2016-12-21-tiny-matrix-bot.md new file mode 100644 index 00000000..4db6b49e --- /dev/null +++ b/supporting-docs/projects/2016-12-21-tiny-matrix-bot.md @@ -0,0 +1,30 @@ +--- +layout: project +title: tiny-matrix-bot +categories: projects other +description: Bot with plugins +author: Ander Punnar +maturity: Alpha +--- + +# {{ page.title }} +Simple and dirty matrix.org bot based on matrix-python-sdk + +no manual, no support, no warranty + +pull requests are welcome! + +manual: + +* git clone https://github.com/4nd3r/tiny-matrix-bot +* git clone https://github.com/matrix-org/matrix-python-sdk +* cd tiny-matrix-bot +* ln -s ../matrix-python-sdk/matrix_client +* cp tiny-matrix-bot.cfg.sample tiny-matrix-bot.cfg +* vim tiny-matrix-bot.cfg +* screen ./tiny-matrix-bot.py tiny-matrix-bot.cfg +* scripts must have execute bit - chmod +x + +| + +Follow the progress and grab the code from [GitHub](https://github.com/4nd3r/tiny-matrix-bot/)!