Module Skype

Module Skype

source code

Classes
  ContactGroup
Collects and manages Contacts related by type, status, or some other arbitrary criteria.
  Contact
Address book entry.
  ContactSearch
This class encapsulates functionality for looking up contacts on the Skype network.
  Participant
Conversation participant class.
  Conversation
The Conversation class encapsulates all types of communication possible with Skype client.
  Message
Events in a conversation context are expressed as Messages.
  Video
This class contains basic video control functionality for live conversations with video.
  Voicemail
Wrapper class that includes voicemail-specific methods and properties.
  Sms
Wrapper class that includes SMS-specific properties and methods, such as P_BODY and GetTargetPrice.
  Transfer
Transfer in this context refers to transferring (sending/receiving) files among Skype Contacts, not transferring a call to another Skype or PSTN Contact.
  Account
Represents a local account.
  Skype
The main class that exposes Skype-related functionality to your application.
Functions
 
GetSkype(apptoken, has_event_thread=True, host='127.0.0.1', port=8963, logtransport=False, secure=True) source code
Variables
  module_id2classes = {1: <class 'Skype.ContactSearch'>, 2: <cla...
  __package__ = None
hash(x)
Variables Details

module_id2classes

Value:
{1: <class 'Skype.ContactSearch'>,
 2: <class 'Skype.Contact'>,
 5: <class 'Skype.Account'>,
 6: <class 'Skype.Transfer'>,
 7: <class 'Skype.Voicemail'>,
 9: <class 'Skype.Message'>,
 10: <class 'Skype.ContactGroup'>,
 11: <class 'Skype.Video'>,
...