A discord bot to manage you and your friend's meme collection
Go to file
2022-10-27 12:00:48 -04:00
main.py initial commit 2022-10-27 12:00:48 -04:00
memes.py initial commit 2022-10-27 12:00:48 -04:00
plex.py initial commit 2022-10-27 12:00:48 -04:00
README.md initial commit 2022-10-27 12:00:48 -04:00

Memerr

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

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