mikeporterdev / plexbot

A discord bot for various plex utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plexbot

Docker Cloud Build Status

A simple discord bot that will allow users to trigger Sonarr to redownload particular episodes, in case of a bad download.

Usage

plexbot redownload show,<Show Name>,<Season Episode Number>

Episode should be in the format S01E01

Installation

Run with docker-compose:

version: '2'
services:
    plexbot:
        image: mikeporterdev/plexbot
        environment:
            - SONARR_URL=${SONARR_URL}
            - SONARR_API_KEY=${SONARR_KEY}
            - DISCORD_KEY=${DISCORD_KEY}

About

A discord bot for various plex utilities

License:Do What The F*ck You Want To Public License


Languages

Language:TypeScript 84.4%Language:JavaScript 11.1%Language:Dockerfile 4.5%