Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/turboss/relay
- Owner: TurBoss
- License: gpl-3.0
- Created: 2023-11-05T17:53:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T11:45:44.000Z (11 months ago)
- Last Synced: 2024-04-28T05:53:30.163Z (9 months 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
```