Go to file
yanyongyu 533be390fa 🐛 fix playwright screenshot error handle
Fix QQ-GITHUB-BOT-2V
2021-08-19 23:26:09 +08:00
.github/workflows 👷 update ci 2021-06-16 16:39:47 +08:00
scripts fix backup script 2021-04-02 15:18:06 +08:00
src 🐛 fix playwright screenshot error handle 2021-08-19 23:26:09 +08:00
.editorconfig ⚗️ add label event and event debug notify 2021-05-21 15:07:04 +08:00
.env 📝 update doc 2021-06-10 23:45:32 +08:00
.gitignore 🚸 add default settings 2021-03-11 00:36:55 +08:00
.prettierrc 🚧 add html template 2021-05-14 18:27:09 +08:00
bot.py ⬆️ bump dependencies 2021-03-06 22:33:57 +08:00
docker-compose.yml 🐳 update dockerfile 2021-06-20 00:09:19 +08:00
Dockerfile 🐳 update dockerfile 2021-06-20 00:09:19 +08:00
LICENSE 🎉 Initial commit 2020-09-10 17:07:37 +08:00
poetry.lock ⬆️ update dependency 2021-08-19 23:11:30 +08:00
pyproject.toml ⬆️ update dependency 2021-08-19 23:11:30 +08:00
README.md 📝 update doc 2021-06-10 23:45:32 +08:00

QQ-GitHub-Bot

Python Version NoneBot Version CQHTTP Version

GitHub Bot for QQ

简介

在 QQ 内 订阅, 查看, 处理 GitHub Issue and Pull Request 。

配置

配置项参考 .env 文件,部分选项为可选。

在项目目录下创建 .env.prod 文件以覆盖默认 .env 配置,配置项留空将会从环境变量寻找。

部署

部署 QQ-GitHub-Bot 前,需要先行部署 go-cqhttp 并配置连接。 配置连接的方法参考 nonebot2 文档: 配置协议端

  1. 使用 nb-cli

    pip install nb-cli[deploy]
    nb build
    nb up
    
  2. 使用 docker-compose

    docker-compose up -d