Go to file
2021-05-14 18:27:09 +08:00
scripts fix backup script 2021-04-02 15:18:06 +08:00
src 🚧 add html template 2021-05-14 18:27:09 +08:00
.env add redis func cache support 2021-04-09 00:31:35 +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 🚑 add memory limit in case of playwright oom 2021-05-12 12:39:57 +08:00
Dockerfile playwright install chromium only 2021-04-02 20:06:59 +08:00
LICENSE 🎉 Initial commit 2020-09-10 17:07:37 +08:00
poetry.lock 🐳 update docker file 2021-04-02 14:52:07 +08:00
pyproject.toml 🔖 pre release v0.1.1 2021-04-26 18:42:40 +08:00
README.md 📝 update readme 2021-05-07 00:28:50 +08:00

QQ-GitHub-Bot

Python Version NoneBot Version CQHTTP Version

GitHub Bot for QQ

简介

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

配置

配置项参考 .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