# wechatbot **Repository Path**: kvenli/wechatbot ## Basic Information - **Project Name**: wechatbot - **Description**: 企业微信群机器人模块 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-08-28 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=1fa7164f-708c-4fa2-989f-431c8f6f9e0f curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=1fa7164f-708c-4fa2-989f-431c8f6f9e0f' \ -H 'Content-Type: application/json' \ -d ' { "msgtype": "text", "text": { "content": "hello world" } }'