Python sample code encapsulates APIs of the HUAWEI Push Kit server. It provides many sample programs about quick access to HUAWEI Push Kit for your reference or usage.
The following table describes packages of Python sample code.
Package | Description |
---|---|
examples | Sample code packages. Each package can run independently. |
push_admin | Package where APIs of the HUAWEI Push Kit server are encapsulated. |
To install pushkit-python-sample, you should extract the compressed ZIP file, execute the following command in the unzipped directory:
python setup.py install
For pushkit-python-sample, We currently support Python 2.7 and JetBrains PyCharm are recommended.
The following table describes parameters of the initialize_app method.
Parameter | Description |
---|---|
appid | App ID, which is obtained from app information. |
appsecret | Secret access key of an app, which is obtained from app information. |
token_server | URL for the Huawei OAuth 2.0 service to obtain a token, please refer to Generating an App-Level Access Token. |
push_open_url | URL for accessing HUAWEI Push Kit, please refer to Sending Messages. |
Download Python sample code in Downloading Server Sample Code.
Python sample code uses the Messaging structure in the push_admin package as the entry. Each method in the Messaging structure calls an API of the HUAWEI Push Kit server.
The following table describes methods in the Messaging structure.
Method | Description |
---|---|
send_message | Sends a message to a device. |
subscribe_topic | Subscribes to a topic. |
unsubscribe_topic | Unsubscribes from a topic. |
list_topics | Queries the list of topics subscribed by a device. |
initialize_app | Initializes the configuration parameters. |
-
Send an Android data message. Code location: examples/send_data_message.py
-
Send an Android notification message. Code location: examples/send_notify_message.py
-
Send a message by topic. Code location: examples/send_topic_message.py
-
Send a message by conditions. Code location: examples/send_condition_message.py
-
Send a message to a Huawei quick app. Code location: examples/send_instance_app_message.py
-
Send a message through the WebPush agent. Code location: examples/send_webpush_message.py
-
Send a message through the APNs agent. Code location: examples/send_apns_message.py
-
Send a test message. Code location: examples/send_test_message.py
If you have questions about how to use HMS samples, try the following options:
- Stack Overflow is the best place for any programming questions. Be sure to tag your question with huawei-mobile-services.
- Huawei Developer Forum HMS Core Module is great for general questions, or seeking recommendations and opinions.
If you run into a bug in our samples, please submit an issue to the Repository. Even better you can submit a Pull Request with a fix.
pushkit Python sample is licensed under the Apache License, version 2.0.