Path: csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!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.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'api': 0.09; 'creighton': 0.09; 'thu,': 0.15; 'googling': 0.16; 'subject:sending': 0.16; 'wrote:': 0.16; 'app': 0.16; 'laura': 0.18; 'thanks.': 0.18; '2015': 0.20; 'to:name:python-list@python.org': 0.20; 'do.': 0.22; 'sep': 0.22; 'am,': 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'appear': 0.26; 'question': 0.27; 'message- id:@mail.gmail.com': 0.27; 'experiences': 0.27; 'larry': 0.29; "people's": 0.29; 'url:mailman': 0.30; 'anyone': 0.32; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'seem': 0.37; 'url:mail': 0.40; '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:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=EtmOSsikAUsbkrl9Ls4268IW5mGiVZOwCKtzX9Bl6Dg=; b=AIvc1ipdTE9lHzTqKiJSrZMFOYTAzUHCNKmE6auWjyJ9koN5tXU9m9j4cBL51rRutX E/jMG7Zp2pEna5SSqBZ3ezXOGxP1ezo0lqqe506L0g2+aqOP4LtaZ8WkbgHmQ/nZSWDd fTVV1BmGvEHlPClxQcCHe37wWuQmmcIy2Umz0QNfOTpl67lHX3J/0Uz9xYLrkY5NEF9k JBvAitwWvN7ZG9Yyuq0OWQma1zo/wO7TQMlCzyGtinbp0WCfEG2X3RA8XTRLu8nW95nI /FKBdMG5P5Sk/WB4i5DcD9wQi6S2PF4VdziCz2iw7RoXHSz71gEkGMVD2BtzMh3JXFIF XvGw== MIME-Version: 1.0 X-Received: by 10.140.85.165 with SMTP id n34mr7425914qgd.83.1441295686318; Thu, 03 Sep 2015 08:54:46 -0700 (PDT) In-Reply-To: <201509031254.t83CsPL4021367@fido.openend.se> References: <201509031254.t83CsPL4021367@fido.openend.se> Date: Thu, 3 Sep 2015 11:54:46 -0400 Subject: Re: 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441295689 news.xs4all.nl 23805 [2001:888:2000:d::a6]:38757 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95949 On Thu, Sep 3, 2015 at 8:54 AM, Laura Creighton wrote: > In a message of Thu, 03 Sep 2015 08:30:35 -0400, Larry Martell writes: >>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? > > You might want to try this question on the very quiet, but not dead > yet https://mail.python.org/mailman/listinfo/mobile-sig/ Will do. Thanks.