https://github.com/turboss/relay
Linuxcnc irc matrix relay bot
https://github.com/turboss/relay
Last synced: about 1 year ago
JSON representation
Linuxcnc irc matrix relay bot
- Host: GitHub
- URL: https://github.com/turboss/relay
- Owner: TurBoss
- License: gpl-3.0
- Created: 2023-11-05T17:53:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T11:45:44.000Z (over 2 years ago)
- Last Synced: 2025-02-17T02:33:06.135Z (over 1 year ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```