TobyG74 / tiktok-api-dl

Scrapper for download Video, Image, Music from Tiktok
Apache License 2.0
69 stars 18 forks source link

[ QUESTION ] How Can I get tiktok cookie #18

Closed rizxyu closed 5 months ago

rizxyu commented 5 months ago

hellow, how can i get tiktok cookie?

TobyG74 commented 5 months ago

You can use cookies in the form of object or string

Method 1 (String) : Login to the Tiktok website -> Open the Inspect Element or you can press the shortcut CTRL + SHIFT + I -> Go to network -> Find the request that goes to tiktok then open the request and look for Cookie

Capture

Method 2 (Object) : You can use the chrome extension EditThisCookies -> Login to the Tiktok website -> Then open the EditThisCookie extension -> Then click Export Cookie

Capture2