papibot/README.md

32 lines
528 B
Markdown
Raw Normal View History

# Papi Bot
Currently in development.
## docker
docker build -t papibot . ;docker run -d papibot:latest --name papibot
2025-02-04 22:55:37 -05:00
## System requirements
- `ffmpeg` make sure libopus is included
- `yt-dlp`
## Running locally
Copy .env.example to .env
Populate the discord bot keys
`go run .`
type `!` in any channel in the discord while you're in a voice channel.
## Build new builder container image
```
docker build -t www.gitgud.foo/thegrind/papibot-builder:<tag> Dockerfile.builder
```
## Running tests locally
`make test`