Update planned features

This commit is contained in:
Tyler Perkins 2022-10-27 12:07:00 -04:00
parent 4bab164a83
commit dd84bfbdc1
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.swp

View File

@ -4,6 +4,15 @@ Memerr
A discord bot to manage you and your friend's meme collection 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 Enviroment vars
------ ------
@ -22,3 +31,7 @@ Enviroment vars
* Defaults to True * Defaults to True
* S3_BUCKET * S3_BUCKET
* The bucket to put memes into * The bucket to put memes into
* TAUTULLI_URL (optional)
* URL of your tautulli server
* TAUTULLI_APIKEY (optional)
* APIKEY to access your tautulli instance