Skip to main content

Pusher Push Notifications Python server SDK

Project description

https://github.com/pusher/push-notifications-python/workflows/CI/badge.svg https://codecov.io/gh/pusher/push-notifications-python/branch/master/graph/badge.svg

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

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

Publishing to Device Interests

You can broadcast notifications to groups of subscribed devices using Device Interests:

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

print(response['publishId'])

Publishing to Authenticated Users

Securely send notifications to individual users of your application using Authenticated Users:

response = beams_client.publish_to_users(
    user_ids=['user-0001'],
    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-2.0.2.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

pusher_push_notifications-2.0.2-py2.py3-none-any.whl (6.4 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for pusher_push_notifications-2.0.2.tar.gz
Algorithm Hash digest
SHA256 6c6ef66aa0923f7c11300a60ba0a0adc4f9bd05b5b882912d47b838b5994d9d8
MD5 1a136b0c8cf343a70124ec7e47881c3d
BLAKE2b-256 53a616e3806696ab849ae2bead193f45c561e1f6edbaecabc6c80dd2816603a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pusher_push_notifications-2.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 abda37e8ca54b53409e1d4520a39318cdef66fb88556c509757ed7a63d4d7921
MD5 db0d64304a1bcd866df7e21fd9037a3e
BLAKE2b-256 51db3e13265d23a4131490d43ab12758a82d9b2212004bb8dd4db91e2102904c

See more details on using hashes here.

Supported by

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