Best 'free' option for alert notifications other than email/SMS

Posted by Eureka Ikara on Server Fault See other posts from Server Fault or by Eureka Ikara
Published on 2011-01-17T23:53:44Z Indexed on 2011/01/18 0:55 UTC
Read the original article Hit count: 151

Filed under:
|
|

Looking for a Linux script solution that can send alerts to a service such as Twitter, Skype or Google Talk and sends to Android and iPhone clients.

Have found twurl for Twitter with previous Bash scripts using curl no longer supported. But twurl looks promising. But haven't seen how to get Android Twitter client to make a distinctive sound when a tweet arrives.

Found some info about Skype4Py from several years ago that supports Skype Chats. But doesn't look like it is currently supported.

Have tried a few CLI clients for XMPP/Google Talk including xmpp4r-simple and freetalk, but found xmpp4r-simple buggy and freetalk succeeded in sending one chat message, but most never arrived.

Whatever is used needs to support Android and iPhone clients. Reason why email is problematic is that Gmail gets very upset when emails start flooding in every minute as a result of alerts.

Any suggestions?

© Server Fault or respective owner

Related posts about linux

Related posts about script