mirror of
https://github.com/godotengine/issue-bot.git
synced 2025-12-31 05:48:38 +03:00
5d8bee380c9de5a0a5fc40a9a48465a46fd9f371
Godot Issuebot
Simple bot to ferry between rocket.chat and Github. If you want to run one for yourself you can build the container. The following environment variables are supported:
BOT_DEBUG- Turn on exessive debug messages when setDEFAULT_AVATAR_URL- required url to some image if gh can't provide an avatarROCKET_WS_URL- required url to the rocket.chat server (wss://chat.godotengine.org/websocket)ROCKET_USERNAME- required username of the rocket.chat user to login asROCKET_PASSWORD- required password of the rocket.chat userGITHUB_PROJECT- required github project to search inGITHUB_USERNAME- required username to use for the github APIsGITHUB_TOKEN- required github user token to authenticate to the APIs with
Running without a container
Requirements are pretty small, only python-requests and python-websockets are required. After that make sure you set the above env variables and you're good to go!
Running the bot through podman
Docker users can probable just replace podman with docker
- clone the repostiory
podman build . -t issuebot:latestpodman run -it --env-file=env issuebot:latest
example env file:
BOT_DEBUG=true
DEFAULT_AVATAR_URL=https://chat.godotengine.org/avatar/github
GITHUB_PROJECT=godotengine
ROCKET_WS_URL=wss://chat.godotengine.org/websocket
ROCKET_USERNAME=github
ROCKET_PASSWORD=supersecret
GITHUB_USERNAME=hpvb
GITHUB_TOKEN=verysecret
Description
Languages
Python
50.1%
Shell
40.5%
PowerShell
8.7%
Dockerfile
0.7%