SkPy Versions Save

An unofficial Python library for interacting with the Skype HTTP API.

v0.10.6

10 months ago
  • fixed search API call for SkypeContacts.search() (#226, #238)

v0.10.5

1 year ago
  • added support for Moderated Groups
  • fixed changing avatars
  • fixed listing of bot chats in recents
  • added obfuscation of secrets in headers when printing debug output

v0.10.4

3 years ago
  • added basic file handling for audio/video messages (#170)
  • refactored Live authentication to hopefully fix some failed logins (#145)

v0.10.3

3 years ago
  • fixed handling of edit markup in message content (#162)
  • fixed handling of empty message content (#163, #168)

v0.10.2

3 years ago
  • Skype constructor will now auto-select the authentication mechanism based on the username
  • added SkypeMsg.mention_all template
  • fixed reading of inaccessible group chats (#151)

v0.10.1

3 years ago
  • restored behaviour of SkypeConnection.liveLogin()
  • added SkypeConnection.soapLogin() for new login flow

v0.10

3 years ago
  • fixed handling of missing group chat metadata (#72)
  • updated group chat URL retrieval (#115)
  • added extended history retrieval (#129)
  • fixed contact presence events (#130)
  • fixed some handling of user IDs and deleted messages (#135)
  • fixed handling of file messages with no content (#136)
  • added support for SOAP authentication, replacing existing Microsoft account authentication

v0.9.1

4 years ago
  • support real message edit/delete (#112)
  • patch for upstream flags API removal (#113)

v0.9

5 years ago
  • added BSD 3-clause license (#77)
  • added missed call state (#83)
  • remove dead directory.live.com API endpoints (#84)
  • switched to new profile endpoint for user lookups (#85)
  • added handling for new 1-to-1 conversations that don't yet exist on the server (#87)
  • fixed handling of empty contact groups (#90)
  • fixed output of token files to truncate before write (#91)
  • fixed handling of emoticon markup tags (#92)

v0.8.2

6 years ago
  • fix uploads and downloads of files (#46, #82)