Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions gatsby/content/projects/bots/matrix-asgi.mdx
Original file line number Diff line number Diff line change
@@ -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/).
11 changes: 6 additions & 5 deletions gatsby/content/projects/bots/matrix-webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.