All Projects → xixilive → Wecheat

xixilive / Wecheat

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

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Wecheat

Weapp Demo Breadtrip
基于面包旅行 API 制作的微信小程序示例
Stars: ✭ 282 (-35.91%)
Mutual labels:  wechat, weixin
Wemall
wemall7 开源版本 (不含商城)
Stars: ✭ 315 (-28.41%)
Mutual labels:  wechat, weixin
Weixin Spider
微信公众号爬虫,公众号历史文章,文章评论,文章阅读及在看数据,可视化web页面,可部署于Windows服务器。基于Python3之flask/mysql/redis/mitmproxy/pywin32等实现,高效微信爬虫,微信公众号爬虫,历史文章,文章评论,数据更新。
Stars: ✭ 287 (-34.77%)
Mutual labels:  wechat, weixin
Lin Ui
🌈 简洁、易用、灵活的微信小程序组件库
Stars: ✭ 3,264 (+641.82%)
Mutual labels:  wechat, weixin
Wechat kit
flutter版微信登录/分享/支付
Stars: ✭ 347 (-21.14%)
Mutual labels:  wechat, weixin
Wechatpy
WeChat SDK for Python
Stars: ✭ 3,016 (+585.45%)
Mutual labels:  wechat, weixin
Wepy Mall
微信小程序--基于wepy 商城(微店)微信小程序 欢迎学习交流
Stars: ✭ 3,224 (+632.73%)
Mutual labels:  wechat, weixin
Pinche xcx data
同城拼车微信小程序后端代码
Stars: ✭ 244 (-44.55%)
Mutual labels:  wechat, weixin
Wuss Weapp
🐳wuss-weapp 一款高质量,组件齐全,高自定义的微信小程序UI组件库
Stars: ✭ 338 (-23.18%)
Mutual labels:  wechat, weixin
Vbot
💬The best wechat robot base on web api!
Stars: ✭ 3,301 (+650.23%)
Mutual labels:  wechat, weixin
Wechatkit
一款快速实现微信第三方登录的框架(Swift版) SDK 1.8.5
Stars: ✭ 249 (-43.41%)
Mutual labels:  wechat, weixin
Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了
Stars: ✭ 4,176 (+849.09%)
Mutual labels:  wechat, weixin
Think Wechat
easywechat for thinkphp support
Stars: ✭ 250 (-43.18%)
Mutual labels:  wechat, weixin
Weixinresource
微信开发资源汇总 | WeChat Development Resources Summary
Stars: ✭ 279 (-36.59%)
Mutual labels:  wechat, weixin
Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (-43.41%)
Mutual labels:  wechat, weixin
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (-33.18%)
Mutual labels:  wechat, weixin
Wechat
WeChat SDK for Go (微信SDK:简单、易用)
Stars: ✭ 3,144 (+614.55%)
Mutual labels:  wechat, weixin
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (-45.23%)
Mutual labels:  wechat, weixin
Wechat App Issues
💥 微信小程序踩坑集合
Stars: ✭ 318 (-27.73%)
Mutual labels:  wechat, weixin
Lykchat
便捷、稳定(7*24不间断服务)、安全、支持发送多媒体的信息发送系统,为系统管理人员提供一个基于个人微信号的信息发送工具。
Stars: ✭ 353 (-19.77%)
Mutual labels:  wechat, weixin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].