A script that collects data from the LTC blockchain and sends an e-mial through the SMS gateway to your phone. Written in Python.
This script uses Requests.
TO DO:
- Add prompts to user for information (either CLI or line my line)
- Add if-else staements for major US carriers (ther is a list on Wikipedia)
- Add if-else for Hotmail, GMail, and Yahoo mail
- Add timer
- Remove URLlib2 stuff and use Requests instead
- Other QOL issues