Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T02:30:16.000Z (about 6 years ago)
- Last Synced: 2024-07-28T15:33:21.521Z (3 months ago)
- Topics: docker, wechat, wechat-api, weixin
- Language: Ruby
- Homepage:
- Size: 227 KB
- Stars: 442
- 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/wecheatopen 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 setuprake purge
```## Launch App
```shell
rackup
```喜欢点赞(Star)是美德!