From fce7b8eab6ff06003e3025216ac467f99862a3ac Mon Sep 17 00:00:00 2001 From: TobyG74 Date: Sat, 11 Nov 2023 15:44:54 +0700 Subject: [PATCH] docs: added tutorial to get tiktok cookies --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a13bdff..6a2d826 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ # Table of Contents - [Description](#description) +- [How to get Tiktok Cookie](#how-to-get-tiktok-cookie) - [Install](#install) - [From NPM](#from-npm) - [From Yarn](#from-yarn) @@ -37,6 +38,15 @@ This project uses the Unofficial API from Tiktok. - No login or password are required - It is recommended to use your own cookies on Tiktok Stalker +# How to get Tiktok Cookie + +(If the Default Cookie Has Expired) + +- Login at [Tiktok](https://www.tiktok.com/) +- When you have finished logging in, you can press CTRL + SHIFT + I or Right Click and select Inspect +- Go to the Console section then type document.cookie +- Then Copy Paste your Cookie and Use it for TiktokStalk + # Install - This module requires Node.js v10+ to run.