dgilland / flask-pushjack

Flask extension for push notifications on APNS (iOS) and GCM (Android)

Home Page:http://flask-pushjack.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Pushjack

version travis coveralls license

Flask extension for push notifications on APNS (iOS) and GCM (Android).

***WARNING: PROJECT DEPRECATED AND NO LONGER MAINTAINED***

Quickstart

Whether using APNS or GCM, Flask-Pushjack provides an API client for each.

APNS

GCM

For more details, please see the documentation for pushjack at http://pushjack.readthedocs.org.

Configuration

APNS

APNS_CERTIFICATE File path to certificate PEM file (must be set). Default: None
APNS_ENABLED Whether to enable sending. Default True
APNS_SANDBOX Whether to use sandbox server. Default: False
APNS_DEFAULT_ERROR_TIMEOUT Timeout when polling APNS for error after sending. Default: 10
APNS_DEFAULT_EXPIRATION_OFFSET Message expiration (secs) from now. Default: 2592000 (1 month)
APNS_DEFAULT_BATCH_SIZE Number of notifications to group together when sending.

GCM

GCM_API_KEY API key (must be set). Default: None
GCM_ENABLED Whether to enable sending. Default True

About

Flask extension for push notifications on APNS (iOS) and GCM (Android)

http://flask-pushjack.readthedocs.org

License:Other


Languages

Language:Python 82.1%Language:Makefile 17.9%