An open API service indexing awesome lists of open source software.

https://github.com/coloryr/githubpush


https://github.com/coloryr/githubpush

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

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
> ]
> }
> }
> ```