Sleepingpirates 54d6eecba8 fixed startup bug
2020-06-18 01:10:48 -04:00
2020-06-18 01:10:48 -04:00
ss5
2020-06-10 19:08:34 -04:00
2020-06-17 21:24:54 -04:00
2020-06-17 21:23:10 -04:00
2020-06-10 11:53:13 -04:00
2020-06-17 21:35:14 -04:00

Discord DockerHub Docker Pulls

Invitarr

Plex Discord Bot to invite a user to a plex server once a user gets a certain role in discord.

Once a role is given to the discord user, they get a direct message asking for their email and their email gets added to plex.

If the discord user loses their role their email is also removed from plex. (You can disable this and the database if you want.)

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

Installation & Configuration

docker pull piratify/invitarr:latest
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.

Screenshots

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%