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.1.tar.gz (5.6 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-2.0.1-py2.py3-none-any.whl (6.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: pusher_push_notifications-2.0.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.39.0 CPython/3.7.3

File hashes

Hashes for pusher_push_notifications-2.0.1.tar.gz
Algorithm Hash digest
SHA256 69fc3f56913aea0ad04999f5963c3c20894877af6c19a736cbc911dce0d5788d
MD5 31ba01fd498b9fccf554737269425629
BLAKE2b-256 2929ebe4434ac6512000fc58a7d03641717e6d1f8a8289e31da24d9661c27b27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pusher_push_notifications-2.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.39.0 CPython/3.7.3

File hashes

Hashes for pusher_push_notifications-2.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 78a2945e9b4430c43a5dde0f9b15b6008394b86903739ee4968ee339f67d4b7a
MD5 c75d6cee009da2c8ad9694cd40495e82
BLAKE2b-256 b0283d9e88ae3e178eb66e5d017fda2bd23237f65087554e39c863f0c9f604bd

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