2025-02-04 00:06:55 -05:00
|
|
|
# Papi Bot
|
|
|
|
|
|
|
|
Currently in development.
|
|
|
|
|
2025-02-05 05:35:06 -05:00
|
|
|
|
|
|
|
## docker
|
2025-02-05 05:36:45 -05:00
|
|
|
docker build -t papibot . ;docker run -d papibot:latest --name papibot
|
2025-02-05 05:35:06 -05:00
|
|
|
|
|
|
|
|
2025-02-04 22:55:37 -05:00
|
|
|
## System requirements
|
|
|
|
- `ffmpeg` make sure libopus is included
|
|
|
|
- `yt-dlp`
|
|
|
|
|
2025-02-04 00:06:55 -05:00
|
|
|
## Current testing steps
|
|
|
|
|
|
|
|
Copy .env.example to .env
|
|
|
|
|
|
|
|
Populate the discord bot keys
|
|
|
|
|
|
|
|
`go run .`
|
|
|
|
|
2025-02-06 00:40:08 -05:00
|
|
|
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
|
|
|
|
```
|