Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.186 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.66; '*S*': 0.03; 'api': 0.09; 'googling': 0.16; 'subject:sending': 0.16; 'app': 0.16; 'to:name:python- list@python.org': 0.20; 'seems': 0.23; 'appear': 0.26; 'message- id:@mail.gmail.com': 0.27; 'experiences': 0.27; "people's": 0.29; "i'm": 0.30; 'push': 0.30; 'anyone': 0.32; 'running': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'there': 0.36; 'to:addr :python-list': 0.36; 'seem': 0.37; 'to:addr:python.org': 0.40; 'skip:n 10': 0.62; 'different': 0.63; 'here': 0.66; 'devices.': 0.84; 'popular.': 0.84; 'subject:skip:n 10': 0.84; 'choice.': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CKpZwe4gJ4++mUubivxd3zjuCVAbPls8266m4tLGzLU=; b=zeIGgU9zuJuh23xlhk8JioNUuvfz7CLJw1dmSm3BaS7LBdsi02i4o21eyasJGq3oHh i5ruBbLWk/HvR3A+z/5Kt54On1brlBueqDAyayYG+snuMQymWN6Kh70dBIzR0IRE68t7 Pe4LF/D13i2YYIYwnxN2XyHa8AVUC7dcHX4Y3KAfRIyjixxoS8pfy5Rmb7WoeK0O0OAs 5kealKTRjjlHeabVIHTGnLNeatUwkwNkCbFzOO/tnlhTIEKXqYKq32ZIv4aF43pinfJY wfrWp5+IBMDOoL2frXm7SFXGWC9zMfFv++zzC8XjUzekirdBhUV1mUqF7EVgZxq5aGM3 x1CQ== MIME-Version: 1.0 X-Received: by 10.50.50.240 with SMTP id f16mr5427028igo.95.1441283435384; Thu, 03 Sep 2015 05:30:35 -0700 (PDT) Date: Thu, 3 Sep 2015 08:30:35 -0400 Subject: sending push notifications From: Larry Martell To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441283438 news.xs4all.nl 23868 [2001:888:2000:d::a6]:59862 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95925 I'm looking for people's experiences with the different ways to send push notifications to mobile devices. I have an app that will be running on Amazon, so I can use their SNS API or I can do it myself. >From googling there appear to be a few different packages but PyAPNs and python-gcm seem to be the most popular. And for interfacing to SNS boto seems to be the choice. Anyone here used any of these or other packages?