# wecheat **Repository Path**: devboys/wecheat ## Basic Information - **Project Name**: wecheat - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2021-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)是美德!