Sleepingpirates e49b3ed68f Update README.md
2020-07-22 21:09:47 -04:00
2020-07-23 01:04:42 +00:00
2020-06-18 10:42:14 -04:00
2020-06-17 21:24:54 -04:00
2020-06-27 19:47:27 +00:00
2020-07-22 06:40:46 -04:00
2020-06-10 11:53:13 -04:00
2020-07-22 21:09:47 -04:00

Discord DockerHub Docker Pulls

Invitarr

Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually.

Features

  • Ability to invite users to plex from discord
  • Fully automatic invites using roles
  • Ability to kick users from plex if they leave the discord server or if their role is taken away.
  • Ability to view the database in discord and to edit it.
  • Fully configurable via a web portal

Commands:

-plexadd <email>
This command is used to add an email to plex
-plexrm <email>
This command is used to remove an email from plex
-db ls
This command is used to list Invitarrs database
-db add <email> <@user>
This command is used to add exsisting users email and discord id to the DB.
-db rm <position>
This command is used to remove a record from the Db. Use -db ls to determine record position. ex: -db rm 1

Docker Setup & Start

  1. First pull the image
docker pull piratify/invitarr:latest
  1. Make the container
docker run -d --restart unless-stopped --name invitarr -v /path to config:/app/app/config -p 5001:5001 piratify/invitarr:latest

Refer to the Wiki for detailed steps.

Screenshot

bot

Description
Discord Bot to invite a user to a Plex or Jellyfin server, russian translate.
Readme GPL-3.0 703 KiB
Languages
Python 99.3%
Dockerfile 0.7%