feat: implement vertical crop, local LLM deepseek-v4-flash, multi-threading, word-level pink box highlight subtitles, and Nextcloud scan sync
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
from tiktok_uploader.upload import upload_video, upload_videos
|
||||
from tiktok_uploader.auth import AuthBackend
|
||||
|
||||
|
||||
#https://github.com/wkaisertexas/tiktok-uploader?tab=readme-ov-file
|
||||
def upload_video_Tiktok(video_path :str, description:str, cookies:str) -> None:
|
||||
|
||||
username = 'your username here'
|
||||
password = 'password here'
|
||||
|
||||
upload_video(filename=video_path, description=description, cookies= cookies, username=username, password=password)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user