TikTokLive
TikTokLive copied to clipboard
feat: integrate EulerApiSdk for type-safe signing requests
- Update
web_signer.pyto instantiate an instance ofAuthenticatedClient(orClient, based on the API key presence or absence) ofEulerApiSdk - Swap out raw calls to
tiktok.eulerstream.comwith type-safe ones that implement the SDK inweb_signer.py - Take special care to handle API keys, do not duplicate storage in memory. Only one variable should authoritatively store auth details
I don't know if this work, I'm not a programmer.
looks good, will test & get back to you