Memerr/README.md

39 lines
743 B
Markdown
Raw Normal View History

2022-10-27 16:00:48 +00:00
Memerr
======
A discord bot to manage you and your friend's meme collection
2022-10-27 16:07:00 +00:00
Features
----
2022-10-28 18:08:55 +00:00
- [ ] Run in a docker container
2022-10-27 16:07:49 +00:00
- [ ] 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
2022-10-27 16:00:48 +00:00
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
2022-10-27 16:07:00 +00:00
* TAUTULLI_URL (optional)
* URL of your tautulli server
* TAUTULLI_APIKEY (optional)
* APIKEY to access your tautulli instance