Skip to content

Use Plex webhooks to push media notifications into Slack

Notifications You must be signed in to change notification settings

cachamber/webhooks-slack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to run this app:

  • Install node.js.
  • Install yarn.
  • Sign up for a free ipstack API key.
  • Clone the repository.
  • Install dependencies using yarn.
  • Make a new app at Heroku, and add the Heroku Redis add-on (free plan) and note the app URL.
  • Add a config var APP_URL (usually {app_name}.herokuapp.com)
  • Make a Slack webhook for a slack-channel and note the URL, add them as config vars named SLACK_URL & SLACK_CHANNEL.
  • Deploy to Heroku.
  • Have anyone who wants to contribute add the webhook on https://app.plex.tv/web/app#!/account/webhooks

Alternatively, deploy straight to Heroku now:

Deploy

You'll be asked to complete these config vars

SLACK_URL      # your slack webhook URL
SLACK_CHANNEL  # the slack #channel-name to post messages
APP_URL        # the App URL ({app_name}.herokuapp.com)
IPSTACK_KEY    # your ipstack API key

About

Use Plex webhooks to push media notifications into Slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%