A discord bot to manage you and your friend's meme collection
Go to file
Tyler Perkins d81a1d1671
Some checks failed
continuous-integration/drone/push Build is failing
Add docker files from uploading
2022-12-16 17:23:49 -05:00
src Update venv 2022-11-04 21:45:06 -04:00
.drone.yml update drone 2022-12-16 17:22:03 -05:00
.gitignore Update file strcuture 2022-10-28 14:21:47 -04:00
docker-compose.yml Add docker files from uploading 2022-12-16 17:23:49 -05:00
Dockerfile Add docker files from uploading 2022-12-16 17:23:49 -05:00
make_venv.sh Update venv 2022-11-04 21:45:06 -04:00
README.md Update venv 2022-11-04 21:45:06 -04:00

Memerr

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
  • Check status of Plex instance

Enviroment vars

  • DISCORD_TOKEN
    • Discord bot auth token
  • S3_URL
    • S3 Endpoint URL, include port if needed
  • S3_UN
    • S3 Username
  • S3_PW
    • S3 Password
  • S3_TLS
    • Does the S3 endpoint use TLS/HTTPS?
    • Either 'True' or 'False'
    • 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