https://github.com/graboskyc/mommys-not-dead
AWS IOT Dash Button AWS Lambda function to connect to pushbullet
https://github.com/graboskyc/mommys-not-dead
aws-lambda iot-button pushbullet python serverless
Last synced: about 1 year ago
JSON representation
AWS IOT Dash Button AWS Lambda function to connect to pushbullet
- Host: GitHub
- URL: https://github.com/graboskyc/mommys-not-dead
- Owner: graboskyc
- License: apache-2.0
- Created: 2017-05-06T20:08:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T20:17:54.000Z (about 9 years ago)
- Last Synced: 2025-03-20T10:53:30.874Z (about 1 year ago)
- Topics: aws-lambda, iot-button, pushbullet, python, serverless
- Language: Python
- Homepage:
- Size: 560 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mommys-Not-Dead
This is a simple proof of concept for the [AWS IOT Dash Button](https://aws.amazon.com/iotbutton/) which conencts to an [AWS Lambda](https://aws.amazon.com/lambda/) function. The purpose is to click the button twice when putting the baby to sleep and once when the baby wakes up. It then uses the [Pushbullet](https://www.pushbullet.com/) service to do a push notification on a channel.
To use, sign up for an AWS account, buy an IOT button, create a lambda function, zip this folder, and upload. That's it.
Of course, you'll need to add your Pushbullet API key to the main function in `mn.py`, first.
[More info here on my blog post](http://grabosky.net/2017/01/22/the-mommys-not-dead-alarm/).

Third-Party Libraries Include:
* [Websockets](https://pypi.python.org/pypi/websockets)
* [Requests](https://pypi.python.org/pypi/requests)
* [Pushbullet](https://pypi.python.org/pypi/pushbullet.py)