https://github.com/bryanjclark/blixt-server
A python-based system to send push notifications from an App.net stream to APNS via Amazon Web Services.
https://github.com/bryanjclark/blixt-server
Last synced: 3 months ago
JSON representation
A python-based system to send push notifications from an App.net stream to APNS via Amazon Web Services.
- Host: GitHub
- URL: https://github.com/bryanjclark/blixt-server
- Owner: bryanjclark
- Created: 2013-12-04T04:12:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T22:51:58.000Z (over 10 years ago)
- Last Synced: 2024-12-30T21:24:18.996Z (5 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blixt-Server
============A python-based system to send push notifications from an App.net stream to APNS via Amazon Web Services.
Currently, I am able to get this python script running in my Terminal, but I'm stuck on how to bundle it up and push it to Elastic Beanstalk. I hear that the way to go might be to put it in a Flask app?
If you've got experience working with python and Amazon AWS, please let me know! This is the last hurdle to getting push notifications working for our app - and I'm new to Python. :)