macOS
brew install youtubeuploaderlocal Homebrew formula metadata
brew
youtubeuploader のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install youtubeuploaderlocal Homebrew formula metadata
nix profile install nixpkgs#youtubeuploadernixpkgs package indexes · pkgs/by-name/yo/youtubeuploader/package.nix · ソース: api.github.com
概要
Scripted uploads to Youtube
履歴
youtubeuploader is a Go command-line utility for scripted uploads to YouTube. Instead of downloading media, it automates the publishing side: upload a local file or URL, set metadata, manage playlists, apply thumbnails/captions, and control upload bandwidth.
The public repository was created in May 2015, in the period when YouTube Data API v3 and OAuth2 became the normal path for programmatic uploads. The README credits Google's Go YouTube API sample code and tokland/youtube-upload for playlist-update insight, placing the project in a lineage of CLI wrappers around the official YouTube API.
The project evolved around the operational details that make uploads hard to script: OAuth client secrets, token caching, resumable/chunked uploads, rate limiting, metadata JSON, thumbnails, captions, playlist IDs, subscriber notification flags, and headless-server token transfer.
youtubeuploader serves a narrower but durable automation niche: creators, archivists, CI jobs, and media pipelines that need repeatable uploads rather than browser sessions. Third-party tutorials document it as a practical way to batch or command-line upload videos, while Homebrew and Nix package it for workstation/server installation.
The README also tracks ecosystem constraints imposed by Google. It highlights the July 28, 2020 YouTube API policy that new unverified API projects have uploads restricted to private visibility, and notes quota limits that affect how many videos a default project can upload per day.
At minimum, users run `youtubeuploader -filename blob.mp4`. First-run OAuth opens a browser and stores a request token; for a headless server, users generate the token locally and copy it with the binary and client_secrets.json.
More advanced usage supplies metadata through flags or a JSON file: title, description, tags, privacy status, publish time, made-for-kids flags, playlist IDs/titles, localizations, captions, thumbnail, language, chunk size, and rate-limit windows.
youtubeuploader is useful package lore because it packages a web-console workflow as a reproducible CLI. Its hard parts are not algorithms; they are OAuth, API policy, quotas, metadata shape, and robust streaming upload behavior.
It pairs naturally with schedulers, build systems, and media pipelines, which is exactly where a package-manager-installed binary beats a one-off browser session.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
client_secrets.jsonrequest.token実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
youtubeuploader | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/porjo/youtubeuploader
インストールメタデータ
| パッケージキー | brew:youtubeuploader |
|---|---|
| バージョン | 1.25.5 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/youtubeuploader |
| ホームページ | https://github.com/porjo/youtubeuploader |
| リポジトリ | https://github.com/porjo/youtubeuploader |
| 上流ドキュメント | https://github.com/porjo/youtubeuploader#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/porjo/youtubeuploader/archive/refs/tags/v1.25.5.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | youtubeuploader |
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
youtubeuploader
nix profile install nixpkgs#youtubeuploaderソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.