Skip to content

A Matterbridge relay for Reddit Chat.

License

Notifications You must be signed in to change notification settings

Snooful/Reddit-Chat-Relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Chat Relay

Travis (.com)

A Matterbridge relay for Reddit Chat.

Configuration

Reddit Chat Relay can be configured in the following locations:

  • config.json
  • .redditchatrelayrc
  • .redditchatrelayrc.json
  • .redditchatrelayrc.yaml",
  • .redditchatrelayrc.yml",
  • .redditchatrelayrc.js",
  • redditchatrelay.config.js

Format

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.

Example Config

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"
	}
}

Releases

No releases published

Packages

No packages published