Skip to content

开箱即用的微信公众平台API模拟服务器,帮助你开发与调试微信公众平台应用

License

Notifications You must be signed in to change notification settings

xixilive/wecheat

Repository files navigation

Wecheat

Wechat Api faker(微信公众平台API模拟器), 帮助你开发与调试微信公众平台应用。推荐与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

git clone https://github.com/xixilive/wecheat && cd wecheat && bundle install && rackup

Setup or Purge data for faking

rake setup

rake purge

Launch App

rackup

喜欢点赞(Star)是美德!

About

开箱即用的微信公众平台API模拟服务器,帮助你开发与调试微信公众平台应用

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published