Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95925 > unrolled thread
| Started by | Larry Martell <larry.martell@gmail.com> |
|---|---|
| First post | 2015-09-03 08:30 -0400 |
| Last post | 2015-09-03 08:30 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
sending push notifications Larry Martell <larry.martell@gmail.com> - 2015-09-03 08:30 -0400
| From | Larry Martell <larry.martell@gmail.com> |
|---|---|
| Date | 2015-09-03 08:30 -0400 |
| Subject | sending push notifications |
| Message-ID | <mailman.59.1441283438.8327.python-list@python.org> |
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?
Back to top | Article view | comp.lang.python
csiph-web