Skip to main content

Python client for Pushwoosh

Project description

Pushwoosh Python Library

Supported API Version: 1.3

https://travis-ci.org/Pushwoosh/pushwoosh-python-lib.svg?branch=master

Getting Started

Typical usage often looks like this:

#!/usr/bin/env python
from pypushwoosh.client import PushwooshClient
from pypushwoosh.command import CreateTargetedMessageCommand
from pypushwoosh.filter import ApplicationFilter


command = CreateTargetedMessageCommand()
command.auth = 'AUTH_TOKEN'
command.devices_filter = ApplicationFilter('APP-CODE')
command.content = "Hello world!"

client = PushwooshClient()
print client.invoke(command)

Features

At the moment, pypushwoosh supports:

  • Message commands:

    • CreateMessageForApplicationCommand

    • CreateMessageForApplicationGroupCommand

    • CreateTargetedMessageCommand

    • CompileFilterCommand

    • DeleteMessageCommand

  • Device commands:

    • RegisterDeviceCommand

    • GetTagsCommand

    • SetTagsCommand

    • SetBadgeCommand

    • PushStatCommand

    • GetNearestZoneCommand

For targeted messages, supports:

  • ApplicationFilter and ApplicationGroupFilter filters

  • Tag filters: IntegerTagFilter, StringTagFilter, ListTagFilter, DateTagFilter, DaysTagFilter, BooleanTagFilter

  • Tags filters by application

  • Operations filters: UnionFilter, IntersectFilter, SubtractFilter

Installation

Install via pip:

$ pip install pypushwoosh

Install from source:

$ git clone git://github.com/Pushwoosh/pushwoosh-python-lib.git
$ cd pushwoosh-python-lib
$ python setup.py install

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

pypushwoosh-0.3.0-py2.py3-none-any.whl (13.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pypushwoosh-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pypushwoosh-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d64d2a36b422917d3b8e373345a5ac609229cd05393bb14715f9e1ad1e8f15db
MD5 1764e520fdd0bca384a2c98608006165
BLAKE2b-256 4d6cae376bcb9a50ea5222dd4bb0b55f2af0789d21478fdcdbba82b3325d74e8

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