douyin-publish

Generate Douyin H5 Schema URLs to automate video, image, and album publishing.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/xiaobei --skill douyin-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: douyin-publish
Source: https://github.com/TeamWiseFlow/xiaobei/tree/main/addons/officials/crew/selfmedia-operator/skills/douyin-publish
Command: npx skills add https://github.com/TeamWiseFlow/xiaobei --skill douyin-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of manually publishing content to Douyin by automating the process using the open platform H5 Schema.

Core Features & Use Cases

  • Automated Publishing: Simplifies the content publishing process to Douyin by generating a schema URL that opens the Douyin app's publish page.
  • Content Support: Supports publishing videos, images, and albums.
  • Use Case: Ideal for users who want to streamline their content distribution to Douyin, saving time and reducing manual effort.

Quick Start

Run the following command to publish a video to Douyin:

python3 ./skills/douyin-publish/scripts/publish_douyin.py \
  --title "视频标题" \
  --video "https://example.com/video.mp4" \
  --tags 话题1,话题2

Frequently Asked Questions about douyin-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate content publishing to Douyin from a script?

To automate Douyin publishing from a script, generate an H5 schema URL that directly opens the Douyin app's publish page. This Skill automates that process, supporting video, image, and album distribution while reducing manual effort.

How does the H5 schema mechanism work for Douyin content distribution?

The H5 schema mechanism works by generating a specific URL that triggers the Douyin app to open its native publish page. This allows automated scripts to push video, image, or album content directly into the app's publishing interface.

Do I need Douyin open platform credentials to publish videos via schema URLs?

Yes, you need Douyin open platform web app credentials. You must also have specific permissions granted for content sharing and distribution to successfully automate the publishing process via the H5 schema.

Can I use Python requests to publish images and albums to Douyin?

Yes, you can use the Python requests dependency to run scripts that publish images and albums to Douyin. The script generates the required schema URL to open the app's native publishing interface for your media files.

What are the limitations of using H5 schema for social media content distribution to Douyin?

A key limitation of using H5 schema for Douyin content distribution is that it opens the native app publish page rather than completing the post fully in the background. It requires the user's device to have the Douyin app installed and active.

What is the best way to distribute video content to Douyin automatically?

The best way to distribute video content automatically is generating an H5 schema URL via a Python script. You pass the video URL, title, and tags to the script, which opens the Douyin app's publish page pre-populated with your content.