Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 478 Bytes

LTCblockchainSMS

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