A Matterbridge relay for Reddit Chat.
Reddit Chat Relay can be configured in the following locations:
config.json
.redditchatrelayrc
.redditchatrelayrc.json
.redditchatrelayrc.yaml",
.redditchatrelayrc.yml",
.redditchatrelayrc.js",
redditchatrelay.config.js
Key | Type | Description |
---|---|---|
apiHost |
string | The host for the Matterbridge API. If the Matterbridge API's BindAddress is 127.0.0.1:4242 and Reddit Relay is on the same server, the host would be http://127.0.0.1:4242 . |
apiToken |
string | The Token field set for the Matterbridge API. |
credentials |
Snoowrap credentials object | The credentials to the Reddit account. |
Here is an example configuration:
{
"apiHost": "http://127.0.0.1:4242",
"apiToken": "AYaRgTXx8RQWtYPKZvqJhkFY",
"credentials": {
"clientId": "nUl7pMOrIWEbCA",
"clientSecret": "i6NyJE4fgkgTErCp32vaL2mgwPI",
"password": "mmc39jiNKr6BZLuKBxpVsyf9",
"username": "Reddit-Chat-Relay"
}
}