Monday, August 10, 2015

python-wns to send push notifications to windows

Hey folks

Here is an easy way to send push notification to windows mobiles.

https://github.com/Neetuj/python-wns

This is a follow up for my previous post

http://workstuffcareer.blogspot.com.br/2014/11/push-notifications-on-apns-gcm-and.html

and now you can install it from pip

pip install python-wns


When I was working on push notifications it was interesting to see how there are packages for GCM , IOS..andriod apple phones but none for windows phones
well yeah windows has earned a bad name in the opensource world but lets me nice to the new guy in our world :) I guess they are trying to make friends in here .. so here is my welcome to them warm wishes from python-wns

1 comment:

  1. Is this lib working good? This example on github is ok?

    ReplyDelete