|
5 years ago | |
---|---|---|
LICENSE | 5 years ago | |
README.md | 5 years ago | |
call_alerts.py | 5 years ago | |
sms_alerts.py | 5 years ago |
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:
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