# wechat-operation
**Repository Path**: brain111/wechat-operation
## Basic Information
- **Project Name**: wechat-operation
- **Description**: 运营星(微信第三方平台): 微信公众号深度运营平台,使公众号运营更加灵活,快速提升用户体验感。
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2021-07-29
- **Last Updated**: 2022-06-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# [wechat-operation](#wechat-operation)

微信公众号深度运营平台——运营星,使公众号运营更加灵活,快速提升用户体验感!
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://github.com/7-idiot/wechat-operation/stargazers)
[](https://github.com/7-idiot/wechat-operatione/fork)
[](https://github.com/7-idiot/wechat-operation/issues)
[](https://github.com/7-idiot/wechat-operation/issues "Percentage of issues still open")
## [Features](#features)
* 微信第三方平台
* 一键授权公众号,帮助管理微信公众号.
* 实时同步粉丝信息,及时统计分析用户数据。
* 标签、备注同步功能使用户管理更加便捷
* 一键智能群发,随时设置关注回复,特殊回复
* 自定义菜单,方便更改公众号功能,让推送更加及时
* 在线文案媒体编辑 (todo 未开源)
* 粉丝信息单独回复,增加用户最优体验感 (未开源)
## [技术文档](#技术文档)
- [backend](https://github.com/7-idiot/weChat-Operation/tree/master/operation-backend):Springboot+Mysql+Docker
- [frontend](https://github.com/7-idiot/weChat-Operation/tree/master/operation-frontend):Vue+ant
## [示例](#示例)
*在线体验地址暂无,及时更新文档输出*
* 默认初始账号 admin/admin123!@#
* 示例图组
1. 首页 数据展示

-------------------------------------------

2. 公众号管理

3. 互动推送

4. 粉丝管理

5. 用户管理

## [快速开始](#快速开始)
-----------------------------------------
*能够使用的接口都是在公众平台获取到的,开发版本是针对于2020-08时微信api版本,暂时没支持后续的版本更新*
-----------------------------------------
1. 申请微信第三方平台账号,并在配置开发资料

2. git Clone 项目 按照[技术文档](https://github.com/7-idiot/weChat-Operation#%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3)配置和发布
3. 访问web界面入口
4. *推荐发布方式* 后端直接使用DockerFile构建DockerImage,前端部署nginx
5. **无第三方平台账号** 情况下,该项目不能运营公众号,但单独一个公众号的运营还是可以修改相关代码来完成 ,eg:
* 消息回调
* 发送模板消息
* 发送客服消息
* 群发消息
* 数据统计
* 二维码
-----------------------------------------