Plex Presence will display on your Discord application the status of what you are watching on Plex with your account. Currently, Plex Presence will display the movies and series you are watching.
Install requirements with:
python -m pip install -r requirements.txt
Create a file named .env
in the same directory of the .py
file. Write the following lines in :
USERNAME=your_username
PASSWORD=your_password
SERVERNAME=your_server_name
You can see the server name in the top left above your available libraries.
You may start Plex Presence as any Python script.
python3 EN-plex-presence.py
Check the English or French .py
file of Plex Presence and download the one you want or change the strings to match yours.
Author : Gyrfalc0n