Skip to content

Version 4.5.0

Compare
Choose a tag to compare
@isaackogan isaackogan released this 14 Oct 19:04
· 282 commits to master since this release

Version 4.5.0

  • Add support for new version of TikTok Signing Server (and deprecate old endpoint usage)
  • Add websocket headers param
  • Replace set_proxies with proxies setter method
  • Modify send_message to require you to provide your own signatures and headers
  • Remove SignatureSigningError error
  • Add rate limit information on SignatureRateLimitReached error

Signing API

  • Additional logging
  • Methods to block spammers
  • Limit to approved use-cases to prevent misuse (ByteDance, leave us alone <3_<3)

There are plenty of breaking changes:

  1. set_proxies was replaced with client.proxies = foobar
  2. SignatureSigningError was removed
  3. send_message function was modified to require additional parameters

See full release changelog here: #84
See referenced issue(s) here: #80, #79

Upgrade with pip install TikTokLive --upgrade