https://github.com/slice/drc
tiny, immature discord irc bridge in python and trio
https://github.com/slice/drc
Last synced: about 1 year ago
JSON representation
tiny, immature discord irc bridge in python and trio
- Host: GitHub
- URL: https://github.com/slice/drc
- Owner: slice
- Created: 2018-04-01T22:30:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T08:28:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T16:24:04.961Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drc
immature, homebrew irc → discord bridge written in python using:
* [curious](https://github.com/Fuyukai/curious/tree/0.7)
* [trio](https://trio.readthedocs.io/en/latest/index.html)
* [multio](https://github.com/theelous3/multio)
## configuring
```yaml
irc:
host: my.irc.server
port: 6667
autojoin:
- '#general'
- '#judgement-hall'
- '#chocolate-factory'
nick: o_o
# nickserv password to be used. registration and identification is automatic.
password: 'i am watching you'
# nickserv email to be used. ditto
email: person@earth
discord:
token: '...'
broadcast_channel: ... # channel id
```
## todo
* discord → irc