WeChat message real-time push service [WxPusher], a practical service that can push messages to individual WeChat messages in real time through API.
WeChat message real-time push service [WxPusher] can push messages to personal WeChat in real time through API. You can click here to use the Demo experience function http://wxpusher.zjiecode.com/demo.
This repository is a summary of all WxPusher modules. You can find all WxPusher-related documents and repositories here.
Features currently supported and planned to be supported by WxPusher.
http://wxpusher.zjiecode.com/demo
This is a demo function developed in Java and integrated with WxPusher, which can be used to experience the functions of WxPusher. You can find the source code of this Dome here and learn some of the development details.
http://wxpusher.zjiecode.com/docs
This is the function description document of WxPusher, including API interface introduction, usage process, etc. If there are inconsistencies in multiple documents, this document shall prevail.
http://wxpusher.zjiecode.com/admin
This is the management center of WxPusher, where you can create your applications, themes, view WxPusher usage data, etc. To use WxPusher, you must create an application here and obtain the appToken.
The current access methods of WxPusher are relatively complete. You can choose any of the following methods to access. Various SDKs may not be updated in time. Please refer to the interface description in the interface description document. You are also welcome to submit PR and improve WxPusher together.
Called directly through http, the scope of application is relatively wide. Currently, GET and POST are supported. The POST method is more complete. It is recommended to use the POST method. For details, please refer to the interface description document.
Java SDK is officially developed, stable and reliable, and recommended for use. The SDK address is here https://github.com/wxpusher/wxpusher-sdk-java. Please refer to the instructions for use.
Go SDK is mainly contributed by @TMaize and others. The address is here https://github.com/wxpusher/wxpusher-sdk-go. Please refer to the documentation for use. You are also welcome to submit PRs for improvement.
The Python SDK is mainly contributed by @huxuan and others. The address is here https://github.com/wxpusher/wxpusher-sdk-python. Please refer to the documentation for use. You are also welcome to submit PRs for improvement.
PHP SDK is mainly contributed by @meloncn and others. The address is here https://github.com/wxpusher/wxpusher-sdk-php. Please refer to the documentation for use. You are also welcome to submit PRs for improvement.