is an irssi script that will send you text messages when a highlight is triggered and youre away. It uses tropo.com ( an awesome service ) for sending text messages. to install put sms.pl
into ~/.irssi/scripts/autorun
###How to create the tropo application:
- Create an account on tropo.com
- Go to Your Hosted Files and create a new file. I called mine irc.rb and use paste this code into the text area replacing the number with your phone number.
call "+12505551234", { :network => "SMS" } say $msg
- Create a new Tropo Scriping Application, name it whatever you want. For the box below use a "Hosted File" and find the file you just created then click Create Application.
- Add a new phone number that supports messaging. ( US & Canada Only ).
- Now copy your messaging token and use it in
sms.pl
.
Have fun :D