# wx-chat **Repository Path**: zeronehost/wx-chat ## Basic Information - **Project Name**: wx-chat - **Description**: 微信聊天机器人 - **Primary Language**: Go - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2019-06-16 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wx-chat #### 介绍 ![](./robot.svg) 微信聊天机器人 #### 软件架构 基于微信web版接口实现 #### 安装教程 1. git clone 本项目 2. cd wx-chat 3. go run ./src/main.go #### 使用说明 1. go run main.go 2. 在项目src目录下生成qrcode.png二维码图片,扫码登录 3. 开始愉快的聊天了 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request