{"id":15644949,"url":"https://github.com/v5tech/notifyqq","last_synced_at":"2025-04-30T10:26:44.099Z","repository":{"id":149461753,"uuid":"75038101","full_name":"v5tech/NotifyQQ","owner":"v5tech","description":"基于Mojo-WebQQ的Jenkins构建后QQ提醒插件","archived":false,"fork":false,"pushed_at":"2017-06-30T09:12:13.000Z","size":1635,"stargazers_count":58,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T10:26:12.435Z","etag":null,"topics":["jenkins","mojo-webqq","smartqq"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/v5tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-11-29T03:12:57.000Z","updated_at":"2023-07-16T08:56:27.000Z","dependencies_parsed_at":"2024-02-08T17:20:01.915Z","dependency_job_id":"14c8f1ca-6686-4eb2-95ec-4397bb4b7b57","html_url":"https://github.com/v5tech/NotifyQQ","commit_stats":null,"previous_names":["v5tech/notifyqq"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v5tech%2FNotifyQQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v5tech%2FNotifyQQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v5tech%2FNotifyQQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v5tech%2FNotifyQQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v5tech","download_url":"https://codeload.github.com/v5tech/NotifyQQ/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251684376,"owners_count":21627120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jenkins","mojo-webqq","smartqq"],"created_at":"2024-10-03T12:03:41.074Z","updated_at":"2025-04-30T10:26:44.060Z","avatar_url":"https://github.com/v5tech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NotifyQQ\nThis is a Jenkins notify plugin, send a message to QQ when a job is finished.\n\nI think this is a demand for Chinese only, so I will write the follow readme content in Chinese. if you want it change to English, please let me know.\n\n使用`Docker`构建`Mojo-Webqq`\n\n使用本项目提供的`Dockerfile`构建`Mojo-Webqq`镜像\n\n```\ndocker build -t mojo-webqq .\n```\n\n运行构建好的`mojo-webqq`镜像\n\n```\ndocker run -it --env MOJO_WEBQQ_LOG_ENCODING=utf8 -p 5000:5000 -v /tmp:/tmp mojo-webqq \n```\n\n接下来扫码登录你懂得。\n\n## 使用说明\n\n需要做如下准备：\n\n1. 基于WebQQ协议，[Mojo-Webqq](https://github.com/sjdy521/Mojo-Webqq)，运行openqq模块。\n2. (可选)Jenkins插件编写基础。\n3. 安装NotifyQQ插件，在job配置界面设置需要通知的QQ号，支持群号和个人号。\n4. 注意：该插件依赖[Mojo-Webqq](https://github.com/sjdy521/Mojo-Webqq)的运行，否则不能正常工作。\n5. 使用Maven构建，即`mvn compile hpi:hpi`最终输出`NotifyQQ.hpi`、`NotifyQQ.jar`文件，在Jenkins插件列表中安装`NotifyQQ.hpi`即可。\n## Screenshots\n\n* Jenkins配置\n\n![](Screenshots/1.png)\n\n* NotifyQQ插件配置\n\n![](Screenshots/2.png)\n\n* NotifyQQ插件输出\n\n![](Screenshots/3.png)\n\n* NotifyQQ插件QQ群消息输出\n\n![](Screenshots/4.png)\n\n* NotifyQQ插件QQ个人消息输出\n\n![](Screenshots/5.png)\n\n\n## 参考资料\n\nhttps://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial\n\nhttps://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins\n\n\n## 感谢\n\n感谢[go3k](https://github.com/go3k)给了我灵感，该项目基于[go3k](https://github.com/go3k)的[NotifyQQ](https://github.com/go3k/NotifyQQ)项目修改而来。最后感谢[灰灰](https://github.com/sjdy521)缔造了开源项目[Mojo-Webqq](https://github.com/sjdy521/Mojo-Webqq)并为此带来了便利。\n\n\n\n## 与我联系\n\n* QQ:*184675420*\n\n* Email:*sxyx2008#gmail.com*(#替换为@)\n\n* HomePage:*[notes.coding.me](http://notes.coding.me)*\n\n* Weibo:*[http://weibo.com/qq184675420](http://weibo.com/qq184675420)*(荧星诉语)\n\n* Twitter:*[https://twitter.com/sxyx2008](https://twitter.com/sxyx2008)*\n\n\n# License\n\nMIT\n\nCopyright (c) 2016 ameizi","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv5tech%2Fnotifyqq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv5tech%2Fnotifyqq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv5tech%2Fnotifyqq/lists"}