relay/README.md

35 lines
760 B
Markdown
Raw Permalink Normal View History

2024-04-04 12:46:59 +00:00
**IRC Relay**
2022-03-26 13:47:05 +00:00
2024-04-06 04:38:08 +00:00
A multi chan irc relay in python. Based on fellow xfnw's single chan
2024-04-06 04:13:40 +00:00
[relay](https://tildegit.org/xfnw/relay).
2022-03-26 13:47:05 +00:00
2024-04-06 04:13:40 +00:00
Use at your own risk!
2022-03-26 13:47:05 +00:00
2024-04-06 04:13:40 +00:00
It's prone to netsplits (but you can let your service auto-retry when it exits)
2022-03-26 13:47:05 +00:00
2024-04-06 04:13:40 +00:00
---
2022-03-26 13:47:05 +00:00
2024-04-06 04:13:40 +00:00
**Features**
2024-04-04 12:46:59 +00:00
2024-04-06 04:13:40 +00:00
Please read the config files. Or better, read `main.py`.
2024-04-04 12:46:59 +00:00
2024-04-06 04:13:40 +00:00
It supports formatted logging written to `./log.txt` by default (see config).
Search for `[MANUAL]` prefix for lesser noisy messages and use the per-server
messages for debugging.
You are of course welcome to join the channels referenced in the default config
examples!
2024-04-04 12:46:59 +00:00
2024-04-06 04:13:40 +00:00
---
**Setup**
2024-04-04 12:46:59 +00:00
- Clone repo
- Set up virtualenv
- Install `requirements.txt`
- `cp config.example.py config.py`
- Edit the config
- Copy and adapt `relay.service`
- ???
2024-04-06 04:13:40 +00:00
- Profit!