diff --git a/README.md b/README.md index 9daa81e..b0f938b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # discord-plex-recommender -This is a discord bot to review a Plex user's viewing history and make recommendations. \ No newline at end of file +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* \ No newline at end of file diff --git a/screenshots/discord_view.png b/screenshots/discord_view.png new file mode 100644 index 0000000..20427cb Binary files /dev/null and b/screenshots/discord_view.png differ diff --git a/screenshots/movies.png b/screenshots/movies.png new file mode 100644 index 0000000..af48d34 Binary files /dev/null and b/screenshots/movies.png differ diff --git a/screenshots/tv.png b/screenshots/tv.png new file mode 100644 index 0000000..5ee9089 Binary files /dev/null and b/screenshots/tv.png differ