https://github.com/coloryr/githubpush
https://github.com/coloryr/githubpush
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coloryr/githubpush
- Owner: Coloryr
- License: gpl-3.0
- Created: 2020-07-16T17:20:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T06:38:32.000Z (over 2 years ago)
- Last Synced: 2024-12-27T19:27:42.269Z (over 1 year ago)
- Language: C#
- Size: 21.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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服务器的网址
> 
> 
>
> 配置文件:
> ```Json
> {
> "推送群号": [
> 571239090,
> 749539856
> ],
> "服务器地址": "127.0.0.1",
> "服务器端口": 25555,
> "特殊推送": {
> "builder": [
> 571239090
> ]
> }
> }
> ```