Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C2DM Python framework

Tags:

python

I need to implement client notification for android and I thought to use c2dm. Is there any framework for c2dm in python ? Does anybody have experience with server side c2dm in python ?

like image 985
Damir Avatar asked May 11 '26 01:05

Damir


1 Answers

I don't know of an existing library, but I also recently searched how to send notifications to my droid using Python, and I came throuht this blog post which explains how C2DM works and gives a sample Python implementation. I didn't test it yet, but I believe it could be useful as a base at least.

EDIT:

There is also this site which offers the ability to send C2DM notifications to your droid via their servers using an API, and there's even a python library to access it more easily.

EDIT 2:

To use NotifyMyAndroid, it seems you have to install their software on your phone (of I didn't understand how it works ^^)

like image 55
mdeous Avatar answered May 12 '26 14:05

mdeous



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!