You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
753 B
Markdown
31 lines
753 B
Markdown
8 years ago
|
---
|
||
|
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
|
||
|
|
||
|
<del>no manual</del>, 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/)!
|