Start and Office Communicator Chat from Python

312 Views Asked by At

Does anyone know how I can lunch Microsoft Office Communicator and start an Chat from a Python script?

Regards Michael

1

There are 1 best solutions below

0
user3820547 On BEST ANSWER

Try using the Office Communicator COM API, referred to here.

About using COM in Python, I recommend using the win32com.client and pythoncom libraries. They are bundled in the ActiveState Python bundle but can be downloaded separately if you don't use AS. More about that here.