Accept friend request on Skype4Py
问题 can someone help me with automatically accepting a friend request with Skype4Py? Right now I'm using def UserAuthorizationRequestReceived(user): user.IsAuthorized = true and skype.UserAuthorizationRequestReceived = UserAuthorizationRequestReceived But it doesn't seem to be working Thanks! (Documentation: http://skype4py.sourceforge.net/doc/html/) 回答1: From the documentation for Skype4Py::utils::EventHandlingBase: C{On...} properties. This method lets you use any callables as event handlers.