2026-03-02 10:17:08 -05:00
2026-02-28 08:55:23 -05:00
2026-02-28 08:55:23 -05:00
2026-02-28 08:55:23 -05:00
2026-02-28 08:55:23 -05:00
2026-02-28 08:55:23 -05:00
2026-03-02 10:17:08 -05:00
2026-02-28 08:55:23 -05:00
2026-02-28 08:55:23 -05:00
2026-03-02 10:17:08 -05:00
2026-02-28 08:55:23 -05:00

Vibe Discord Bots

Build

UV

export DISCORD_TOKEN=$(cat .token)
export OPENAI_API_ENDPOINT="https://llama-cpp.reeselink.com"
export IMAGE_GEN_ENDPOINT="http://toybox.reeselink.com:1234/v1"
uv run main.py

Container

# Build
podman build -t vibe-bot:latest .

# Run
export DISCORD_TOKEN=$(cat .token)
podman run -e DISCORD_TOKEN localhost/vibe-bot:latest

Deploy

Description
Vibe Coded Bots
Readme 3.7 MiB
Languages
Python 99.2%
Dockerfile 0.8%