Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit b14da43

Browse files
Update README.md
1 parent eb09f64 commit b14da43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Do you prefer other programming languages?
4444

4545
## Getting started
4646

47+
### Signing server API key
48+
49+
If you don't have a signing server you can obtain a free API key from [EulerStream](https://www.eulerstream.com/)
50+
4751
### Dependencies
4852

4953
```toml
@@ -192,6 +196,7 @@ fn configure(settings: &mut TikTokLiveSettings) {
192196
// Function to configure the TikTok live settings with cookies for authentication
193197
fn configure_with_cookies(settings: &mut TikTokLiveSettings) {
194198
settings.http_data.time_out = Duration::from_secs(12); // Set HTTP timeout to 12 seconds
199+
settings.sign_api_key = "".to_string(); // Provide your own api key here
195200
let contents = ""; // Placeholder for cookies
196201
settings
197202
.http_data

0 commit comments

Comments
 (0)