maubot/README.md

30 lines
1.5 KiB
Markdown
Raw Normal View History

2018-06-13 22:41:05 +00:00
# maubot
2022-03-25 12:22:37 +00:00
![Languages](https://img.shields.io/github/languages/top/maubot/maubot.svg)
[![License](https://img.shields.io/github/license/maubot/maubot.svg)](LICENSE)
[![Release](https://img.shields.io/github/release/maubot/maubot/all.svg)](https://github.com/maubot/maubot/releases)
[![GitLab CI](https://mau.dev/maubot/maubot/badges/master/pipeline.svg)](https://mau.dev/maubot/maubot/container_registry)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
2018-09-23 14:56:21 +00:00
A plugin-based [Matrix](https://matrix.org) bot system written in Python.
2018-06-13 22:41:05 +00:00
2021-04-03 12:37:22 +00:00
## Documentation
2018-12-05 15:16:40 +00:00
2021-04-03 12:37:22 +00:00
All setup and usage instructions are located on
[docs.mau.fi](https://docs.mau.fi/maubot/index.html). Some quick links:
* [Setup](https://docs.mau.fi/maubot/usage/setup/index.html)
(or [with Docker](https://docs.mau.fi/maubot/usage/setup/docker.html))
* [Basic usage](https://docs.mau.fi/maubot/usage/basic.html)
* [Encryption](https://docs.mau.fi/maubot/usage/encryption.html)
2018-06-13 22:41:05 +00:00
## Discussion
Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net)
2018-06-15 15:47:58 +00:00
## Plugins
A list of plugins can be found at [plugins.maubot.xyz](https://plugins.maubot.xyz/).
2021-09-02 13:18:10 +00:00
To add your plugin to the list, send a pull request to <https://github.com/maubot/plugins.maubot.xyz>.
2018-10-30 20:20:10 +00:00
The plugin wishlist lives at <https://github.com/maubot/plugin-wishlist/issues>.