slack-modlog
v0.1.0
Published
slack-modlog broadcasts important modlog events from reddit to slack
Downloads
7
Maintainers
Readme
Overview
slack-modlog is a service that broadcasts important events from a subreddit's moderator log to a Slack webhook.
Installation
npm install -g slack-modlog
Configuration
- Make a copy of
config.json.example
and call itconfig.json
- Use
reddit-oauth-helper
to create a new reddit app and obtain aclient_id
,client_secret
andrefresh_token
- Put
client_id
,client_secret
andrefresh_token
inconfig.json
along with thesubreddit
you'd like the service to monitor - Create an incoming webhook in Slack
- Put the url for your
slack_webhook_url
intoconfig.json
Running
slack-modlog