Go to file
2024-03-17 18:16:16 +09:00
.github/workflows FIX: FIX CI 2024-03-17 18:16:16 +09:00
RUNA FEAT : Add Docker Container Build CI 2024-03-17 18:12:26 +09:00
.gitignore FEAT: Inital commit 2024-03-17 09:42:36 +09:00
Dockerfile FEAT: Inital commit 2024-03-17 09:42:36 +09:00
LICENSE FEAT: Inital commit 2024-03-17 09:42:36 +09:00
pyproject.toml FEAT: Inital commit 2024-03-17 09:42:36 +09:00
qodana.yaml FEAT : ADD CI 2024-03-17 17:03:08 +09:00
README.md FEAT: Inital commit 2024-03-17 09:42:36 +09:00
requirement.txt Update dependencies and add KoreanBots integration 2023-12-05 22:30:58 +09:00

Runa Bot

Usage

Install

poetry install

Run

poetry run python -m RUNA

Docker Build

docker build -t runa:latest .

Docker Run

docker run -d --name runa runa:latest --restart=unless-stopped -e TOKEN="pmababo" -e KOREANBOT_TOKEN="test" -e OWNER_GUILD="1234567890" -e MONGODB_HOST="localhost" -e MONGODB_PORT="27017" -e MONGODB_ID="runa" -e MONGODB_PASSWORD="runa" -e MONGODB_DATABSE="runa"

License

BSL-1.0