Plex Discord Bot

Not sure if anyone is interested, but I made a Plex Discord Bot. You just run it locally (not necessarily on the same computer/server as Plex) and it will search and play songs from your Plex library in Discord voice chat.

Here’s a link to the Github: https://github.com/danxfisher/Plex-Discord-Bot

If anyone has any questions, feel free to let me know!

I would love to test this bot, but when I run npm install I get the following error messages:

npm WARN package.json plexbot@1.0.0 No repository field.
npm ERR! git clone git@github.com:github:hammerandchisel/erlpack Cloning into bare repository ‘/home/nieswand/.npm/_git-remotes/git-github-com-github-hammerandchisel-erlpack-8efaff4c’…
npm ERR! git clone git@github.com:github:hammerandchisel/erlpack fatal: remote error:
npm ERR! git clone git@github.com:github:hammerandchisel/erlpack is not a valid repository name
npm ERR! git clone git@github.com:github:hammerandchisel/erlpack Email support@github.com for help
npm ERR! notarget No compatible version found: erlpack@‘github:hammerandchisel/erlpack’
npm ERR! notarget Valid install targets:
npm ERR! notarget [“0.1.0”,“0.1.1”,“0.1.2”]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn’t exist.

npm ERR! System Linux 4.9.41-v7+
npm ERR! command “/usr/bin/nodejs” “/usr/bin/npm” “install”
npm ERR! cwd /home/nieswand/programs/Plex-Discord-Bot
npm ERR! node -v v4.8.2
npm ERR! npm -v 1.4.21
npm ERR! code ETARGET
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/nieswand/programs/Plex-Discord-Bot/npm-debug.log
npm ERR! not ok code 0

@nieswand said:

npm ERR! git clone git@github.com:github:hammerandchisel/erlpack fatal: remote error:
npm ERR! git clone git@github.com:github:hammerandchisel/erlpack is not a valid repository name

Ok, so the erlpack repository was moved from hammerandchisel/erlpack to discordapp/erlpack. I changed it in the packages.json and it seems to work now

@nieswand said:

npm ERR! git clone git@github.com:github:hammerandchisel/erlpack fatal: remote error:
npm ERR! git clone git@github.com:github:hammerandchisel/erlpack is not a valid repository name

Ok, so the erlpack repository was moved from hammerandchisel/erlpack to discordapp/erlpack. I changed it in the packages.json and it seems to work now