A discord bot to manage you and your friend's meme collection
Go to file
Tyler Perkins ddcace0abb
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Ignore environment script
2022-12-17 21:03:24 -05:00
src Remove env file 2022-12-17 21:01:25 -05:00
.drone.yml Pull in new drone file 2022-12-17 19:08:27 -05:00
.gitignore Ignore environment script 2022-12-17 21:03:24 -05:00
Dockerfile Save progress 2022-12-01 18:05:58 -05:00
README.md Update venv 2022-11-04 21:45:06 -04: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

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