Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.19 KB

readme.md

File metadata and controls

45 lines (34 loc) · 1.19 KB

About The Project

A simple expressjs application to consume webhook events from plex and post alerts for new content to discord

Getting Started

Prerequisites

  • nodejs

Installation

  1. Clone the repo
    git clone https://github.com/TylerEisenhauer/plexannouncer.git
  2. Install NPM packages
    npm install
  3. Create a .env file at the project root and add your WEBHOOK_ID and WEBHOOK_TOKEN from discord
    WEBHOOK_ID=YOUR_WEBHOOK_ID
    WEBHOOK_TOKEN=YOUR_WEBHOOK_TOKEN
    

Usage

  1. Start the project, it will be listening for an event at http://localhost:3030/hook

    npm start
  2. Add the local ip address of the machine running the project to the plex webhook page.

accessibility text

  1. Upon adding movies and tv shows/episodes you will now receive alerts via your discord webhook

accessibility text

License

Distributed under the MIT License.