Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/turboss/relay

Linuxcnc irc matrix relay bot
https://github.com/turboss/relay

Last synced: 26 days ago
JSON representation

Linuxcnc irc matrix relay bot

Awesome Lists containing this project

README

        

Relay
=====

Simple _irc_ to _Matrix_ bridge

How-to
======

Just copy `config_sample.yaml` to `config.yaml` and modify it

Setting up the python venv

```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python relay.py config.yaml
```