# GitHubPush **Repository Path**: Coloryr/GitHubPush ## Basic Information - **Project Name**: GitHubPush - **Description**: No description available - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-03 - **Last Updated**: 2022-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QQ机器人的GitHub推送插件 需要.net5环境 支持多个群同时发送 支持单个项目向群发送 > 安装使用 > 1. 编译并启动[ColorMirai](https://github.com/Coloryr/ColorMirai),机器人端口必须23333 > 2. 启动GitHubPush > 3. 调整配置文件 > 4. 准备一个http服务器 > 5. 机器人默认端口为25555,你可以选择反代或者直接映射这个端口为http服务器 > 直接在浏览器打开网址如果显示`ok`则运行成功 > 6. 在github项目的webhook加上http服务器的网址 > ![设置](readme/a.png) > ![设置](readme/b.png) > > 配置文件: > ```Json > { > "推送群号": [ > 571239090, > 749539856 > ], > "服务器地址": "127.0.0.1", > "服务器端口": 25555, > "特殊推送": { > "builder": [ > 571239090 > ] > } > } > ```