A discord bot to manage you and your friend's meme collection
Go to file
Tyler Perkins 4ada57ca85
continuous-integration/drone/push Build is passing Details
Fix environment variable syntax in drone file
2023-11-25 17:38:46 -05:00
src Update help function 2022-12-24 14:46:23 -05:00
.drone.yml Fix environment variable syntax in drone file 2023-11-25 17:38:46 -05:00
.gitignore Ignore environment script 2022-12-17 21:03:24 -05:00
Dockerfile Change docker tag 2023-11-25 17:20:11 -05:00
README.md Update readme 2022-12-24 14:46:45 -05:00
docker-compose.yml Save progress 2022-12-01 18:05:58 -05:00
make_venv.sh Update venv 2022-11-04 21:45:06 -04:00

README.md

Memerr

Build Status

A discord bot to manage you and your friend's meme collection

You can get this on Docker

Features

  • Run in a docker container
  • Query for memes by name
  • Fuzzy search for memes
  • Get a random meme
  • Get a set of memes
  • Upload memes to bucket
  • Find the uploader of a meme
  • Check status of Plex instance

Enviroment vars

Environment Variable Description
DISCORD_TOKEN Discord bot auth token
S3_URL S3 Endpoint, include port if needed
S3_UN S3 Username
S3_PW S3 Password
S3_TLS 'True' or 'False' to use TLS (Default True)
S3_BUCKET The bucket to use
TAUTULLI_URL (TODO) URL of tautulli server
TAUTULLI_APIKEY (TODO) APIKEY to access the tautulli server