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.
17 lines
844 B
Markdown
17 lines
844 B
Markdown
---
|
|
layout: project
|
|
title: matrix-appservice-gitter-twisted
|
|
categories: projects as
|
|
author: Remi Rampin
|
|
maturity: Early beta
|
|
---
|
|
|
|
# {{ page.title }}
|
|
This is a Python 2 application using Twisted that bridges the Matrix chat network with the Gitter system.
|
|
|
|
This is supposed to be deployed as a Matrix application service alongside a homeserver. It allows users to log in to their personal Gitter accounts and chat in Gitter rooms via their Matrix client.
|
|
|
|
Contrary to other bridges, this doesn't link a public Matrix room with a Gitter one. You won't be able to join a Gitter room without a Gitter account. On the other hand, Gitter users won't see the difference between a Matrix user and a normal Gitter user, since they will appear to be chatting natively.
|
|
|
|
Get it from [github](https://github.com/remram44/matrix-appservice-gitter-twisted).
|