Wechat Api faker(微信公众平台API模拟器), 帮助你开发与调试微信公众平台应用。推荐与wechat-rails协同使用
- 基于Sinatra Framework
- 使用Bootstrap UI
- 支持多个应用
- 仿真数据(App, User, Group, QRCode, Menu, Media)
- 消息验证
- 接收与发送文本,图片,视频,语音,位置等消息与事件通知
- 模拟用户扫码
- 微信消息群发功能
- 获取客服聊天记录
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
ruby2.2-alpine
# git clone https://github.com/xixilive/wecheat && cd wecheat
docker build -t wecheat .
docker run --name wecheat -p 9292:9292 -d wecheat
git clone https://github.com/xixilive/wecheat && cd wecheat && bundle install && rackup
rake setup
rake purge
rackup
喜欢点赞(Star)是美德!