https://github.com/plexinc/webhooks-slack
Use Plex webhooks to push media notifications into Slack
https://github.com/plexinc/webhooks-slack
plex webhooks
Last synced: 11 months ago
JSON representation
Use Plex webhooks to push media notifications into Slack
- Host: GitHub
- URL: https://github.com/plexinc/webhooks-slack
- Owner: plexinc
- Created: 2016-12-26T23:38:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:28:03.000Z (over 3 years ago)
- Last Synced: 2025-05-08T03:04:30.864Z (11 months ago)
- Topics: plex, webhooks
- Language: JavaScript
- Homepage:
- Size: 438 KB
- Stars: 78
- Watchers: 44
- Forks: 48
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In order to run this app:
- Install [node.js](https://nodejs.org/en/).
- Install [yarn](https://yarnpkg.com/en/docs/install).
- Sign up for a free [ipstack API key](https://ipstack.com/signup/free).
- 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:
[](https://heroku.com/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
```