The Huawei Admin Python SDK enables server-side (backend) Python developers to integrate Huawei into their services and applications.
Project description
HMS PushKit Python Severdemo
English | 中文
Table of Contents
Introduction
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. |
Installation
To install pushkit-python-sample, you should extract the compressed ZIP file, execute the following command in the unzipped directory:
python setup.py install
Supported Environments
For pushkit-python-sample, We currently support Python 2.7/3.7 and JetBrains PyCharm are recommended.
Configuration
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. |
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
Libraries
Library | Site |
---|---|
requests | https://requests.readthedocs.io/en/master/ |
six | https://six.readthedocs.io/ |
License
pushkit Python sample is licensed under the Apache License, version 2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file python_huawei_push_admin-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: python_huawei_push_admin-1.0.0-py3-none-any.whl
- Upload date:
- Size: 24.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e82dce87e9a94f36ebc15db336e86b69e4699be548b9142656b926ec63895b31 |
|
MD5 | c22b1602221e7d11e6a042bc32682b0e |
|
BLAKE2b-256 | 447bd4f5dc46f52574121a7e2d2ba17335c5f16b813be36c412307b3505235fa |