##Usage
python textmetwilio.py
usage: textmetwilio.py [-h] [-m "text message"] phone
This program sends text messages to people by using email.
positional arguments:
phone Phone number to send text message to
optional arguments:
-h, --help show this help message and exit
-m "text message" Text message
root@Id10t:~/#
root@Id10t:~/# python textmetwilio.py 0000000000
AT&T Wireless
root@Id10t:~/# python textmetwilio.py 0000000000 -m "Hi"
[+] Mar 05 04:40:14 Message sent to 0000000000 on the AT&T Wireless network
root@Id10t:~/work/mydev/notify#