Go to file
tmddn3070 23449aee53
Some checks failed
Docker image build and push / build-push (push) Failing after 10s
Qodana / qodana (push) Failing after 5m46s
FIX : Docker Build Fix8
2024-05-10 13:21:30 +09:00
.github/workflows FIX : Docker Build Fix8 2024-05-10 13:21:30 +09:00
RUNA FEAT : Apply GIT LFS 2024-05-09 13:13:43 +09:00
RUNAAPI FIX : Include poetry.lock 2024-05-09 13:05:22 +09:00
.gitattributes FEAT : Apply GIT LFS 2024-05-09 13:13:43 +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
main.py FIX : Include poetry.lock 2024-05-09 13:05:22 +09:00
poetry.lock FIX : Include poetry.lock 2024-05-09 13:05:22 +09:00
pyproject.toml FIX : Include poetry.lock 2024-05-09 13:05:22 +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