From 6deeaad908bf6accf56cbc85852913adb00cd69d Mon Sep 17 00:00:00 2001 From: William Kaiser Date: Mon, 13 Mar 2023 23:04:00 -0400 Subject: [PATCH] Docs --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43cc55e..ea51699 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,15 @@ from tiktok_uploader.upload import upload_video upload_video('video.mp4', '#fyp @icespicee', 'cookies.txt') ``` -## 🪡 Stitches, Comments and +## 🪡 Stitches, Duets and Comments + +To set whether or not a video uploaded allows stitches, comments or duet, simply specifiy `comment`, `stitch` and `duet` as keyword arguments to `upload_video` or `upload_videos`. + +```python +upload_video(..., comment=True, stitch=True, duet=True) +``` + +> Comments, Stiches and Duets are allowed by **default** ## 🔐 Authentication Authentication uses your browser's cookies. This workaround was done due to TikTok's stricter stance on authetication.