diff --git a/gatsby/content/projects/bots/matrix-asgi.mdx b/gatsby/content/projects/bots/matrix-asgi.mdx new file mode 100644 index 0000000000..af39b12aec --- /dev/null +++ b/gatsby/content/projects/bots/matrix-asgi.mdx @@ -0,0 +1,19 @@ +--- +home: https://github.com/nim65s/matrix-asgi +language: Python +layout: projectimage +license: BSD-2-Clause +title: Matrix ASGI +categories: + - bot +repo: https://github.com/nim65s/matrix-asgi +room: "#matrix-asgi:laas.fr" +description: Integrate Matrix in a Django project +author: Nim65s +maturity: Released +--- + +# Matrix-ASGI + +This provide an [ASGI](https://asgi.readthedocs.io/en/latest/) Server and a matching generic consumer for the Matrix +protocol to be integrated in a Django projects through [Channels](https://channels.readthedocs.io/en/stable/). diff --git a/gatsby/content/projects/bots/matrix-webhook.mdx b/gatsby/content/projects/bots/matrix-webhook.mdx index d321a8f13d..d80d662027 100644 --- a/gatsby/content/projects/bots/matrix-webhook.mdx +++ b/gatsby/content/projects/bots/matrix-webhook.mdx @@ -4,16 +4,17 @@ language: Python layout: projectimage license: BSD-2-Clause title: Matrix Webhook -categories: +categories: - bot repo: https://github.com/nim65s/matrix-webhook -room: "#matrix-webhook:matrix.org" +room: "#matrix-webhook:tetaneutral.net" description: Post a message to a matrix room with a simple HTTP POST author: Nim65s -maturity: Late Beta +maturity: Released --- # Matrix-Webhook -This is a really simple project that allows a bot to post messages in matrix rooms with simple HTTP POST requests. It -has been designed to be easy to set up as a standalone notification system. +This project allows a bot to post messages in matrix rooms with simple HTTP POST requests. +It has been designed to be easy to set up as a standalone notification system. +Formatters for Github, Gitlab (either through Google Chat or Microsoft Teams integrations) and Grafana are provided.