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-1.0.0.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-1.0.0-py2.py3-none-any.whl (5.4 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: pusher_push_notifications-1.0.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.1 requests/2.9.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.19.7 CPython/2.7.12

File hashes

Hashes for pusher_push_notifications-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3bb78e042b2a9db2735881ea91eb498aa539aca6b989989d0765abfaea3358d3
MD5 8758fae219cffc958c4c6f7c9b4aabed
BLAKE2b-256 e4ccdbf80c6a8b81c33e9b913fda0fe16b0a47bfa732f6930f7853039e99a9f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pusher_push_notifications-1.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.1 requests/2.9.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.19.7 CPython/2.7.12

File hashes

Hashes for pusher_push_notifications-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4f69cf31efc5fd026750028cfcf67c79d1bc2980a79f8f36137a1c8b90d09a79
MD5 dfbd3a986421b54d82589e756b848acd
BLAKE2b-256 5f92adbc25a89736ffe6522fd18b1f456903298e10b014e8f580d4ad5f08348d

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