Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavs10/simple-text-message-app
A simple text message notification app
https://github.com/vaibhavs10/simple-text-message-app
Last synced: 18 days ago
JSON representation
A simple text message notification app
- Host: GitHub
- URL: https://github.com/vaibhavs10/simple-text-message-app
- Owner: Vaibhavs10
- Created: 2016-07-10T16:04:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T16:54:35.000Z (over 8 years ago)
- Last Synced: 2023-08-26T05:22:50.314Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Message Notification App
___
It is a very simple yet useful implementation of the [Twilio](https://www.twilio.com/)Twilio helps you in building apps that communicate with the world via voice, video and messaging.
In this implementation of Twilio all you need to do is sign up with twilio and get AccountID, Authorization Token and Twilio number (All which you'll get upon sign up)
## Use cases:
1. You can hook it with any of your script which may take time, for me it was my Machine Learning models which used to take a lot of time to process so I put a text message function at the last, it notifies me as soon as the processing is done.
2. You can use it to set daily reminders or just to message yourself an interesting quote, what not.
3. Pretty much anything that you want yourself to be notified of.
Have fun