Memerr/README.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2022-10-27 16:00:48 +00:00
Memerr
======
2022-12-18 02:55:53 +00:00
[![Build Status](https://drone.clortox.com/api/badges/Infrastructure/Memerr/status.svg)](https://drone.clortox.com/Infrastructure/Memerr)
2022-12-16 23:23:50 +00:00
2022-10-27 16:00:48 +00:00
A discord bot to manage you and your friend's meme collection
2022-11-05 01:45:06 +00:00
You can get this on [Docker](https://hub.docker.com/r/clortox/memerr)
2022-10-27 16:00:48 +00:00
2022-10-27 16:07:00 +00:00
Features
----
2022-11-05 01:45:06 +00:00
- [X] Run in a docker container
- [X] Query for memes by name
- [X] Fuzzy search for memes
- [X] Get a random meme
- [X] Get a set of memes
2022-12-18 02:54:20 +00:00
- [X] Upload memes to bucket
2022-12-24 19:46:45 +00:00
- [X] Find the uploader of a meme
2022-10-27 16:07:49 +00:00
- [ ] Check status of Plex instance
2022-10-27 16:00:48 +00:00
Enviroment vars
------
2022-12-18 02:59:08 +00:00
| 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 |