From 6b29187ad81c70324f56db06f303ca32290ca579 Mon Sep 17 00:00:00 2001 From: Exosylver <36348689+Exosylver@users.noreply.github.com> Date: Thu, 28 Apr 2022 01:24:22 -0500 Subject: [PATCH] updated cookie name tiktok no longer uses tt_webid cookie --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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