Go to file
2021-05-21 15:07:04 +08:00
scripts fix backup script 2021-04-02 15:18:06 +08:00
src ⚗️ add label event and event debug notify 2021-05-21 15:07:04 +08:00
.editorconfig ⚗️ add label event and event debug notify 2021-05-21 15:07:04 +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 🐳 change dockerfile 2021-05-16 11:11:02 +08:00
Dockerfile 🐳 change dockerfile 2021-05-16 11:11:02 +08:00
LICENSE 🎉 Initial commit 2020-09-10 17:07:37 +08:00
poetry.lock 🔖 bump version 0.1.2 2021-05-17 11:24:53 +08:00
pyproject.toml 🔖 bump version 0.1.2 2021-05-17 11:24:53 +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