These two python scripts will accept a mail message at STDIN and call or text via the Twillio service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Theodotos Andreou 4ce0ba0449 Some typos 5 年之前
LICENSE Initial Commit 5 年之前
README.md Some typos 5 年之前
call_alerts.py Initial Commit 5 年之前
sms_alerts.py Initial Commit 5 年之前

README.md

Twillio Mail to SMS/CALL alerts

These two python scripts will accept a mail message at STDIN and call or text via the Twillio service

You need to adjust these values in the scripts:

  • account_sid
  • auth_token
  • to
  • from_

You can find the account_sid, auth_token and from_ values at https://twilio.com/user/account

You can copy the scripts under the /usr/local/sbin directory

Then add these lines in /etc/aliases:

alerts: "|/usr/local/sbin/sms\_alerts.py"
call: "|/usr/local/sbin/call\_alerts.py"

and run newaliases