Video Publish Douyin

Publish videos to Douyin (抖音). Use when user wants to upload and publish videos to Douyin platform.

T0UGH Updated

File contents

video-publish-douyin

注意:如果是首次使用,确保已安装 videoclaw:uvx videoclaw --help

Publish videos to Douyin platform.

Usage

videoclaw publish upload douyin -v <video_path> -t "<title>" --tags "<tag1,tag2>"

Parameters

Parameter Description
-v, --video Video file path (required)
-t, --title Video title (required)
--tags Comma-separated tags (optional)
-c, --cover Cover image path (optional)
-a, --account Account name, default: default (optional)

Examples

# Basic
videoclaw publish upload douyin -v /path/to/video.mp4 -t "精彩视频"

# With tags
videoclaw publish upload douyin -v /path/to/video.mp4 -t "精彩视频" --tags "搞笑,日常"

# With cover
videoclaw publish upload douyin -v /path/to/video.mp4 -t "精彩视频" -c /path/to/cover.jpg

Prerequisites

Login to Douyin account first:

videoclaw publish login douyin

T0UGH/videoclaw/tree/main/skills/video-publish-douyin commit c366d9607e

Frequently asked questions

npx skillmds@latest add t0ugh/video-publish-douyin