Skip to main content

Pusher Push Notifications Python server SDK

Project description

https://travis-ci.org/pusher/push-notifications-python.svg?branch=master

Pusher Beams Python server SDK

Full documentation for this SDK can be found here

Installation

The Pusher Beams Python server SDK is available on PyPi here.

You can install this SDK by using pip:

$ pip install pusher_push_notifications

Usage

Configuring the SDK for Your Instance

Use your instance id and secret (you can get these from the dashboard) to create a Beams PushNotifications instance:

from pusher_push_notifications import PushNotifications

pn_client = PushNotifications(
    instance_id='YOUR_INSTANCE_ID_HERE',
    secret_key='YOUR_SECRET_KEY_HERE',
)

Publishing a Notification

Once you have created your Beams PushNotifications instance you can publish a push notification to your registered & subscribed devices:

response = pn_client.publish(
    interests=['hello'],
    publish_body={'apns': {'aps': {'alert': 'Hello!'}}, 'fcm': {'notification': {'title': 'Hello', 'body': 'Hello, World!'}}}
)

print(response['publishId'])

Project details


Download files

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

Source Distribution

pusher_push_notifications-0.10.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pusher_push_notifications-0.10.1-py2.py3-none-any.whl (5.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pusher_push_notifications-0.10.1.tar.gz.

File metadata

File hashes

Hashes for pusher_push_notifications-0.10.1.tar.gz
Algorithm Hash digest
SHA256 97ae8763aedaaf45b95b3500b59cd61e58dd375ab1d99755bb05318e4149dc1f
MD5 87221916c2f39a5dacd914c6acdba620
BLAKE2b-256 c5b937420dd0b50f2dc52ae9958269eb3b9c4d0c264431b2e15ef1187a6f2044

See more details on using hashes here.

File details

Details for the file pusher_push_notifications-0.10.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pusher_push_notifications-0.10.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d6acb3ae0142b8f9274c19851611bddbdfb2b01189276686189eee01abbaab6e
MD5 0a348a47d1427ce4ecd05d4cdd0f75f6
BLAKE2b-256 8426323da718f562e009f82db0b57d0800afced84d9ac5ea90214dff98f7b1e8

See more details on using hashes here.

Supported by

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