Net-help.dk

... Giving the world the best from M$ and *nix

  • Increase font size
  • Default font size
  • Decrease font size

msn besked fra commandline

En ide jeg fik efter jeg havde læst en artikle hvor nogle gjore det samme via jabra.

installer libjcode-pm-perl + libnet-ssleay-perl

apt-get install libnet-ssleay-perl libjcode-pm-perl

download msnp_status.pl scriptet fra exchane.nagios.org

wget http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=55&cf_id=24

eller her via en browser: http://exchange.nagios.org/directory/Addons/Notifications/Microsoft/Microsoft-MSN-Notifications/details

ret linje 29 + 30 i scriptet til en valid msn konto

$login_id = ' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ';
$passwd = '*******';

herefter er det blot at fra commandline at skrive

perl msnp_status.pl test This e-mail address is being protected from spambots. You need JavaScript enabled to view it

og This e-mail address is being protected from spambots. You need JavaScript enabled to view it bør få en besked.

Hurtig måde at få msn beskreder i forbindelse med overvågning, scripts kørsel mm