Docs
Using API Keys in Python
Using API Keys in Python
How to use the Euler Stream API keys in the 3rd-party Python library.
Prerequisites
- You have signed up for an Euler Stream account.
- You have created an API key in the Euler Stream dashboard.
- You have installed the
TikTokLive
Python library.
How to Use
To use the Euler Stream API keys in the Python library, you need to set the API key global before instantiating the client instance. Here's an example hello-world script demonstrating this: