EthanC / Perplex

Discord Rich Presence implementation for Plex.
MIT License
86 stars 10 forks source link

How to setup Perplex? #10

Closed stewieboo closed 1 year ago

stewieboo commented 2 years ago

I don't know much about Python but would love to use this script. Could you please provide a step-by-step tutorial? Thanks.

Khroners commented 2 years ago

Install Python3 (from website for windows store) Install dependancies (in a terminal, like powershell) : pip3 install loguru plexAPI httpx pypresence pylint black Edit config_example.json and enter your Plex logins and your API key from TMDB. Save it and rename it "config.json". Run PowerShell, and cd into the directory where you extracted the repo and run : python .\perplex.py