Skip to content

pr0gg3d/pygcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pygcm

pygcm is a python wrapper for Google Cloud Messaging

This project is in an ALPHA state

Installation

Getting Started

from pygcm.client import GcmClient

# Create client
API_KEY = '1234'
c = GcmClient(API_KEY)

# Set registration ids
reg_ids = ['12', '23', '34']

# Set data to send
data = { 'score' : 100 }

# Send data
r = c.send(reg_ids, data)

TBF

About

Python Wrapper for Google Cloud Messaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages