ttyant
ttyant

Reputation: 1

How to control the msn messager's "personal message" displayed to others by python?

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

Upvotes: 0

Views: 166

Answers (1)

pyfunc
pyfunc

Reputation: 66729

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.

Upvotes: 1

Related Questions