tags:

views:

26

answers:

1

How to control the msn messager's "personal message" displayed to others by python? Want to share some private infomation remotely with this area.

+1  A: 

There are many python solutions that allow you to do MSN messaging with Python.

msnp

This has support for presence states with which you should be able to notify.

msnlib

You could build scripts using this library, which is an opensource Python implementation for the MSN messenger protocol version 8.

pyfunc