https://github.com/xixilive/wecheat
开箱即用的微信公众平台API模拟服务器,帮助你开发与调试微信公众平台应用
https://github.com/xixilive/wecheat
docker wechat wechat-api weixin
Last synced: 3 months ago
JSON representation
开箱即用的微信公众平台API模拟服务器,帮助你开发与调试微信公众平台应用
- Host: GitHub
- URL: https://github.com/xixilive/wecheat
- Owner: xixilive
- License: mit
- Created: 2014-05-31T11:03:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T02:30:16.000Z (over 7 years ago)
- Last Synced: 2024-11-11T06:37:17.512Z (over 1 year ago)
- Topics: docker, wechat, wechat-api, weixin
- Language: Ruby
- Homepage:
- Size: 227 KB
- Stars: 440
- Watchers: 42
- Forks: 83
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wecheat
Wechat Api faker(微信公众平台API模拟器), 帮助你开发与调试微信公众平台应用。推荐与[wechat-rails](https://github.com/skinnyworm/wechat-rails)协同使用
## Features
* 基于Sinatra Framework
* 使用Bootstrap UI
* 支持多个应用
* 仿真数据(App, User, Group, QRCode, Menu, Media)
* 消息验证
* 接收与发送文本,图片,视频,语音,位置等消息与事件通知
* 模拟用户扫码
* 微信消息群发功能
* 获取客服聊天记录
## Docker
> The simplest way: Pull image from dockerhub, and start a container.
```
docker pull xixilive/wecheat
docker run --name wecheat -p 9292:9292 -d xixilive/wecheat
open http://localhost:9292
```
### build docker image
> ruby2.2-alpine
```
# git clone https://github.com/xixilive/wecheat && cd wecheat
docker build -t wecheat .
```
### run docker container
```
docker run --name wecheat -p 9292:9292 -d wecheat
```
## Quick Start
```shell
git clone https://github.com/xixilive/wecheat && cd wecheat && bundle install && rackup
```
## Setup or Purge data for faking
```shell
rake setup
rake purge
```
## Launch App
```shell
rackup
```
喜欢点赞(Star)是美德!