Version 4.5.0
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:
set_proxies
was replaced withclient.proxies = foobar
SignatureSigningError
was removedsend_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