0

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

Regards Michael

pnuts
  • 58,317
  • 11
  • 87
  • 139
Michaelb88
  • 151
  • 2
  • 6
  • 14

1 Answers1

0

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.

user3820547
  • 359
  • 1
  • 5