Automated YouTube Video Uploads with 12h Interval Scheduling in JST — n8n ワークフロー

複雑度 トリガー8個のノード📣 Marketing作成者:Zane

概要

This workflow automates a batch upload of multiple videos to YouTube, spacing each upload 12 hours apart in Japan Standard Time (UTC+9) and automatically adding them to a playlist.

⚙️ Workflow Logic

Manual Trigger — Starts the workflow manually.
List Video Files — Uses a shell command to find all .mp4 files under the specified directory (/opt/downloads/单词卡/A1-A2).
Sort and Generate Items — Sorts videos by day number (dayXX) extracted from filenames and assigns a sequential order value.
C

使用ノード

YouTubeCode

ワークフロープレビュー

Overview
This workflow automates video publishing to YouTube.
It lists local video files, generates upload metadata,
List & Prepare Files
Retrieves all video files from the local folder and pre
Each item includes the file path and basic information
Sort & Schedule Uploads
Sorts videos in the correct order and calculates a publ
Each video is assigned a publishAt time spaced 12 hours
Process in Batches
Ensures videos are handled one by one.
Prevents large uploads from overloading memory and make
Upload to YouTube
Reads each video from disk and uploads it to YouTube as
The video becomes public automatically at its scheduled
Add to Playlist
After upload, each video is automatically added to the
M
Manual Trigger
L
List Video Files
Sort and Generate Items
Calculate Publish Schedu…
S
Split in Batches (1 per …
R
Read Video File
Upload to YouTube (Sched…
Add to Playlist
8 nodes8 edges

仕組み

  1. 1

    トリガー

    このワークフローは トリガー トリガーで開始します。

  2. 2

    処理

    データは 8 個のノードを流れます, connecting code, executecommand, manualtrigger。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (8)

YO

YouTube

youTube

#1
CO

Code

code

#2

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした automated-youtube-video-uploads-with-12h-interval-scheduling-in-jst ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Automated YouTube Video Uploads with 12h Interval Scheduling in JST", "nodes": [...], ...}

インテグレーション

codeexecutecommandmanualtriggerreadwritefilesplitinbatchesyoutube

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード8
複雑度medium
トリガーtrigger
カテゴリMarketing

作成者

Zane

Zane

@zane

タグ

codeexecutecommandmanualtriggerreadwritefilesplitinbatchesyoutube

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →