issues
search
nwithan8
/
PlexRecs
A Discord bot that provides movie, TV show and music recommendations from your Plex library
GNU General Public License v3.0
39
stars
5
forks
source link
Fix dependency, replace config.py with YAML file
#16
Closed
nwithan8
closed
2 years ago
nwithan8
commented
2 years ago
Use non-abandoned Imdb dependency, drop old dependency not compatible with Python 3.10
Replace
config.py
with
config.yaml
for easier configuration, use config parser to account for env variables (Docker prep)
Update README.md
config.py
withconfig.yaml
for easier configuration, use config parser to account for env variables (Docker prep)