Skip to main content

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.
  1. Send an Android data message. Code location: examples/send_data_message.py

  2. Send an Android notification message. Code location: examples/send_notify_message.py

  3. Send a message by topic. Code location: examples/send_topic_message.py

  4. Send a message by conditions. Code location: examples/send_condition_message.py

  5. Send a message to a Huawei quick app. Code location: examples/send_instance_app_message.py

  6. Send a message through the WebPush agent. Code location: examples/send_webpush_message.py

  7. Send a message through the APNs agent. Code location: examples/send_apns_message.py

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

python_huawei_push_admin-1.0.0-py3-none-any.whl (24.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page