Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ from TikTokAPI import TikTokAPI
```
Get your keys from Cookie. You can get them from the Applications tab in Chrome developer console.
By default it used hardcoded values which may not work after some time.
The keys to extract are `s_v_web_id` and `tt_webid`
The keys to extract are `s_v_web_id` and `sid_ucp_v1`
```
cookie = {
"s_v_web_id": "<your_key>",
"tt_webid": "<your_key>"
"sid_ucp_v1": "<your_key>"
}
```
Get the most trending Videos on TikTok
Expand Down