TikTokLive icon indicating copy to clipboard operation
TikTokLive copied to clipboard

feat: integrate EulerApiSdk for type-safe signing requests

Open hoangvu12 opened this issue 4 weeks ago • 1 comments

  • Update web_signer.py to instantiate an instance of AuthenticatedClient (or Client, based on the API key presence or absence) of EulerApiSdk
  • Swap out raw calls to tiktok.eulerstream.com with type-safe ones that implement the SDK in web_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.

hoangvu12 avatar Nov 30 '25 04:11 hoangvu12

looks good, will test & get back to you

isaackogan avatar Dec 04 '25 02:12 isaackogan