Skype4Py - How to successfully add a contact?
问题 I'm working to implement a few fun features with a SkypeBot, and one of the features I'd like to implement is the ability to add a new contact. While reviewing the Skype4Py docs, I note this method: http://skype4py.sourceforge.net/doc/html/Skype4Py.client.Client-class.html#OpenAddContactDialog I am using the following code to try to access this: sky = Skype4Py.Skype() client = Skype4Py.client.Client(sky) sky.Attach() client.OpenAddContactDialog("test") However, when trying to utilize almost