diff --git a/README.md b/README.md index 488ad91..027079a 100644 --- a/README.md +++ b/README.md @@ -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": "", - "tt_webid": "" + "sid_ucp_v1": "" } ``` Get the most trending Videos on TikTok