All Projects → wxpusher → Wxpusher Client

wxpusher / Wxpusher Client

Licence: apache-2.0
微信消息实时推送服务[WxPusher],可以通过API实时给个人微信推送消息。wechat pusher.

Projects that are alternatives of or similar to Wxpusher Client

spontit-api-python-wrapper
Send functional, flexible push notifications to iOS, Android, and desktop devices (without your own app or website).
Stars: ✭ 35 (-90.06%)
Mutual labels:  pusher, notification
Weapp Zhihulive
知乎Live微信小程序 & asyncio爬虫
Stars: ✭ 346 (-1.7%)
Mutual labels:  wechat
Notifications
NotifyMe enables you to create web notifications pretty easily - "Just Call me and Launch!!"
Stars: ✭ 327 (-7.1%)
Mutual labels:  notification
Weeshop
优雅易用的微信小程序商城,PHP商城。 基于Laravel的基因,来自Symfony的底层技术,来自Drupal Commerce的核心技术,由Drupal中国开源社区维护。QQ群:714023327
Stars: ✭ 337 (-4.26%)
Mutual labels:  wechat
Wechat
微信SDK的golang实现,短小精悍,同时兼容【企业号/服务号/订阅号/小程序】
Stars: ✭ 330 (-6.25%)
Mutual labels:  wechat
Lemonjournal
A WeChat mini program demo based on Wafer2 framework - 微信小程序Demo:柠檬手帐 - 界面简洁的图片编辑应用,支持图片和文字的移动、旋转、缩放、保存编辑状态并生成预览图
Stars: ✭ 341 (-3.12%)
Mutual labels:  wechat
Vbot
💬The best wechat robot base on web api!
Stars: ✭ 3,301 (+837.78%)
Mutual labels:  wechat
Notifier
Sends notifications via one or more channels (email, SMS, ...).
Stars: ✭ 346 (-1.7%)
Mutual labels:  notification
Fileboy
fileboy,文件变更监听通知工具,使用 Go 编写。Fileboy, File Change Monitoring Notification Tool, written with Go.
Stars: ✭ 345 (-1.99%)
Mutual labels:  notification
Cordova Plugin Imagepicker
🔥cordova相册仿微信多选插件
Stars: ✭ 337 (-4.26%)
Mutual labels:  wechat
Wechat Spa
🎉 微信端单页面应用(SPA)常见问题汇总及解决方案
Stars: ✭ 337 (-4.26%)
Mutual labels:  wechat
Wechaty Getting Started
A Starter Project Template for Wechaty works out-of-the-box
Stars: ✭ 330 (-6.25%)
Mutual labels:  wechat
Weapp Qrcode
Wechat miniapp generate qrcode image
Stars: ✭ 339 (-3.69%)
Mutual labels:  wechat
Wechat Mini Shop
微信小程序商城,微信小程序微店,接口基于FaShop
Stars: ✭ 328 (-6.82%)
Mutual labels:  wechat
Wechat Starter
Template for developing wechat in rails
Stars: ✭ 347 (-1.42%)
Mutual labels:  wechat
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+4892.33%)
Mutual labels:  wechat
Wechatbotxposed
微信回复机器人,Xposed模块
Stars: ✭ 335 (-4.83%)
Mutual labels:  wechat
Wuss Weapp
🐳wuss-weapp 一款高质量,组件齐全,高自定义的微信小程序UI组件库
Stars: ✭ 338 (-3.98%)
Mutual labels:  wechat
Lykchat
便捷、稳定(7*24不间断服务)、安全、支持发送多媒体的信息发送系统,为系统管理人员提供一个基于个人微信号的信息发送工具。
Stars: ✭ 353 (+0.28%)
Mutual labels:  wechat
Wechat kit
flutter版微信登录/分享/支付
Stars: ✭ 347 (-1.42%)
Mutual labels:  wechat

微信消息实时推送服务[WxPusher],一个可以通过API实时给个人微信推送消实用服务。

1、WxPusher

微信消息实时推送服务[WxPusher],可以通过API实时给个人微信推送消息,你可以点击这里使用Demo体验功能http://wxpusher.zjiecode.com/demo

本仓库是WxPusher所有模块的汇总,你可以在这里找到所有WxPusher相关的文档和仓库。

2、功能和规划

目前WxPusher已经支持的和计划支持的功能。

  • [x] 消息单发(给单个人发送消息)
  • [x] 消息群发(通过Topic主题推送)
  • [x] 用户关注回调(用户关注以后回调UID)
  • [x] 创建带参数的二维码(用于识别用户来源)
  • [x] 查询消息发送状态
  • [x] 查询关注应用的用户列表
  • [x] 添加消息摘要(较多用户反馈,内信和模版消息显示摘要即可,直接截取消息体验不好)
  • [x] 新增微信用户可分享已经关注的内容
  • [ ] 统计和显示topic的关注用户数量

3、平台介绍

3.1、功能演示Dome

http://wxpusher.zjiecode.com/demo

这是采用Java开发的一个demo功能,集成了WxPusher,可以用来体验一下WxPusher的功能。本Dome的源代码你可以在这里找到,可以了解部分开发细节。

3.2、开发说明文档

http://wxpusher.zjiecode.com/docs

这是WxPusher的功能说明文档,包括API接口介绍,使用流程等,如果多个文档有不一致的,以这个文档为准。

3.3、WxPusher管理后台

http://wxpusher.zjiecode.com/admin

这是WxPusher的管理中心,你可以在这里创建你的应用,主题,参看WxPusher的使用数据等。使用WxPusher,必须现在这里创建应用 ,获取appToken。

4、调用方式

WxPusher目前的接入方式已经比家里完善了,你可以选择下面任意一种方式接入,各种SDK可能更新不够及时,以接口说明文档的接口描述为准。也欢迎你提交PR,一起完善WxPusher。

4.1、http接口调用

直接通过http调用,适用范围比较广,目前支持GET、POST2种调用方式,POST方式更加完善,推荐使用POST方式调用,具体可以参考接口说明文档

4.2、Java SDK

Java SDK是官方开发,稳定可靠,推荐使用。SDK地址在这里 https://github.com/wxpusher/wxpusher-sdk-java,参考说明使用。

4.3、Go SDK

Go SDK由 @TMaize 等主要贡献,地址在这里 https://github.com/wxpusher/wxpusher-sdk-go,参考说明文档使用,也欢迎提交PR来完善。

4.4、Python SDK

Python SDK由 @huxuan 等主要贡献,地址在这里 https://github.com/wxpusher/wxpusher-sdk-python,参考说明文档使用,也欢迎提交PR来完善。

4.5、PHP SDK

PHP SDK由 @meloncn 等主要贡献,地址在这里 https://github.com/wxpusher/wxpusher-sdk-php,参考说明文档使用,也欢迎提交PR来完善。

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].