dylanj / sms-irssi

IRSSI plugin to send you a text message when you receive a highlight when you are away

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sms.pl

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:

  1. Create an account on tropo.com
  2. 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
  3. 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.
  4. Add a new phone number that supports messaging. ( US & Canada Only ).
  5. Now copy your messaging token and use it in sms.pl.

Have fun :D

About

IRSSI plugin to send you a text message when you receive a highlight when you are away


Languages

Language:Perl 100.0%