Merge pull request 'Updated README' (#2) from dev into main

Reviewed-on: #2
This commit is contained in:
2025-06-03 17:24:42 +00:00
4 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# discord-plex-recommender
This is a discord bot to review a Plex user's viewing history and make recommendations.
This is a discord bot to review a Plex user's viewing history and make recommendations. This is a very basic framework and is used primarily as a foundation for a larger bot and project. The highlights here are that it connects to a Plex user's viewing history and references this history when connecting to an OpenAI API. Future versions will provide more depth, such as elaborting on recommendations, providing different recommendations by genre, and also accepting additional user arguments, such as what an argument is "in the mood for watching".
## The Bot in Action
![Screenshot 1](screenshots/discord_view.png)
*Calling the Bot in a Discord Chat*
![Screenshot 2](screenshots/tv.png)
*Response after requesting tv recommendations*
![Screenshot 3](screenshots/movies.png)
*Response after requesting movie recommendations*

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
screenshots/movies.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
screenshots/tv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB