• Stars
    star
    441
  • Rank 98,861 (Top 2 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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)是美德!

More Repositories

1

redux-weapp

1KB(gzip) Redux-based微信小程序状态管理, 极简地分离数据与表现。
JavaScript
97
star
2

chinese_regions_db

Chinese regions database in sqlite3 format(NBSC last-update: 2014-01-16)
JavaScript
91
star
3

weapp-next

Wechat applet(微信小程序) official API wrapper, purpose to expose fashionable, friendly and fluent programming API.
JavaScript
83
star
4

chineserp-jquery

A better region picker plugin for jQuery in China. based on Chineserp, data provided by Chinese region db
JavaScript
39
star
5

chineserp

Chinese region picker basic API, Support jQuery, Zepto, Prototype Ajax API.
JavaScript
14
star
6

express-weapp-auth

Express middleware to decrypt wechat userInfo data for weapp(微信小程序) login scenario
JavaScript
10
star
7

imdb-rating-chrome

Chrome浏览器IMDb电影评分插件,目前支持豆瓣电影,Mp4Ba, BT天堂等电影社区
JavaScript
9
star
8

jsdkd

一个小巧有用的微信公众号网页应用服务器 + AccessToken缓存服务器
JavaScript
7
star
9

picturebox-jquery

View zoom-in pictures with navigation, user can switch to fullscreen mode to view pictures via arrow keys.
JavaScript
6
star
10

taobao-top

A simple ruby wrapper of Taobao TOP API
Ruby
4
star
11

jquery-checkall

To check on/off a group of checkbox via a master checkbox, a radio button, even a link.
JavaScript
3
star
12

image_placeholder

A simple image placehoder app based-on Nodejs
CSS
1
star
13

xixilive.github.io

xixilive.github.io
CSS
1
star
14

tinymce4-rails

Rails assets pipeline and helpers for tinymce4, lang packages are built-in.
Ruby
1
star
15

_.inflections

A underscore extension, implemented functions: singularize,pluralize,camelize,underscore,capitalize,dasherize,classify and ordinalize, it's useful to rails RESTful.
JavaScript
1
star
16

feathers-weapp-demo

A demo project of @feathers-weapp/client and @feathers-weapp/auth
JavaScript
1
star
17

midpay

A Rack Middleware for E-Commerce Payment Base-Strategy
Ruby
1
star
18

midpay_alipay

Payment strategy for Alipay(支付宝 https://alipay.com) base on Midpay Middleware.
Ruby
1
star