SkPy Versions Save

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

v0.8.1

6 years ago
  • make user/chat ID regexes more lenient (#58)
  • use legacy format for quotes in message plain text (#57)
  • update endpoint for single contact retrieval (#61)

v0.8

7 years ago
  • fixed a bug causing temporary auth issues for some Live logins (#47, #54)
  • bug fixes for creating conversations with bot users (#41)

v0.7

7 years ago
  • refactor authentication methods into provider classes
  • add method to refresh an expired Skype token

v0.6

7 years ago
  • add alerts property to conversations
  • add topic/property change event classes
  • add mention message helper
  • auth errors are now always wrapped by SkypeAuthException
  • fixes for SkypeEventLoop and chat ID parsing

v0.5.1

7 years ago
  • fix authentication for breaking changes upstream
  • add handling for P2P-converted chats

v0.5

7 years ago
  • fetch latest static resources from server
  • switch to v2 contacts APIs (including blocks and groups)
  • add latest Skype for Web settings
  • add ability to set user mood

v0.4

7 years ago
  • add support for login with Microsoft account
  • add profile information and settings retrieval
  • test suite now included
  • internal improvements to enums and formatting

v0.3

8 years ago
  • add Skype bot lookups
  • add read/write server settings
  • fix interacting with prefixed usernames (e.g. live:foo)
  • some internal reshuffling

v0.2

8 years ago
  • add support for translation API, balance/entitlement retrieval
  • add a few more message types
  • for protocol debugging, added a SKPY_DEBUG_HTTP environment variable

v0.1.1

8 years ago
  • updates retrieval of registration token / endpoint for new status codes
  • fixes re-authentication if the login.skype.com session is still active