From dd84bfbdc1e178db1621968eb493daf0bd52a4ac Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Thu, 27 Oct 2022 12:07:00 -0400 Subject: [PATCH] Update planned features --- .gitignore | 1 + README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/README.md b/README.md index cd2406d..d4e2019 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Memerr A discord bot to manage you and your friend's meme collection +Features +---- + +[ ] Query for memes by name +[ ] Fuzzy search for memes +[ ] Get a random meme +[ ] Get a set of memes +[ ] Upload memes to bucket +[ ] Check status of Plex instance Enviroment vars ------ @@ -22,3 +31,7 @@ Enviroment vars * Defaults to True * S3_BUCKET * The bucket to put memes into +* TAUTULLI_URL (optional) + * URL of your tautulli server +* TAUTULLI_APIKEY (optional) + * APIKEY to access your tautulli instance