# youtubeuploader を Homebrew, Nix でインストール

youtubeuploader のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:youtubeuploader
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install youtubeuploader
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#youtubeuploader
```

  証拠: nixpkgs package indexes: pkgs/by-name/yo/youtubeuploader/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:youtubeuploader
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/youtubeuploader>
- **バージョン:** 1.25.5
- **ソース概要:** Scripted uploads to Youtube
- **ホームページ:** <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>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- youtubeuploader (cli)
- youtubeuploader (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.25.5
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/porjo/youtubeuploader
- 検出された最新: v1.25.5 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2015-05-21: The public porjo/youtubeuploader GitHub repository is created.
- 2010s: The tool builds on Google's Go YouTube API sample code and earlier youtube-upload CLI ideas.
- 2020-07-28: Google changes YouTube Data API upload policy for new unverified API projects, affecting automated uploader workflows.
- 2020s: youtubeuploader remains packaged for scripted workstation and server uploads.

### Related projects

- Google YouTube Data API v3 is the service API that youtubeuploader wraps.
- Google's Go API samples are credited as a base for the uploader.
- tokland/youtube-upload is an earlier command-line uploader credited for playlist-update insight.

### ソース

- <https://api.github.com/repos/porjo/youtubeuploader>
- <https://developers.google.com/youtube/v3/revision_history#july-28,-2020>
- <https://github.com/porjo/youtubeuploader>
- <https://marioyepes.com/blog/batch-upload-videos-to-youtube/>
- <https://pkg.go.dev/github.com/porjo/youtubeuploader>
- <https://transloadit.com/devtips/export-files-to-youtube-from-the-command-line/>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

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 files

- Unix: client_secrets.json, request.token
## ソースデータベース詳細

- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - youtubeuploader: normalized package name match | nixpkgs package indexes: pkgs/by-name/yo/youtubeuploader/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [yutu](https://www.automicvault.com/ja/pkg/brew/yutu/) - Shares av.db curated category or tags: cli, media, youtube.
- [youtubedr](https://www.automicvault.com/ja/pkg/brew/youtubedr/) - Shares av.db curated category or tags: cli, golang, media, youtube.
- [movgrab](https://www.automicvault.com/ja/pkg/brew/movgrab/) - Shares av.db curated category or tags: cli, media, youtube.
- [podsync](https://www.automicvault.com/ja/pkg/brew/podsync/) - Shares av.db curated category or tags: cli, media, youtube.
- [yewtube](https://www.automicvault.com/ja/pkg/brew/yewtube/) - Shares av.db curated category or tags: cli, media, youtube.
- [yt-dlp](https://www.automicvault.com/ja/pkg/brew/yt-dlp/) - Shares av.db curated category or tags: cli, media, youtube.
- [a52dec](https://www.automicvault.com/ja/pkg/brew/a52dec/) - Shares av.db curated category or tags: cli, media.
- [aalib](https://www.automicvault.com/ja/pkg/brew/aalib/) - Shares av.db curated category or tags: cli, media.

## Combined YAML source

View the package source record on GitHub. [combined/youtubeuploader.yml](https://github.com/automic-vault/db/blob/main/combined/youtubeuploader.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
