Personal project · Not for public distribution
A private, single-operator tool for publishing long-form ambient videos to one YouTube channel, built and used by one person.
YouTube Uploader is a local application that runs on the developer's own computer. It helps prepare and publish ambient videos — writing titles and descriptions from a fixed template, building a thumbnail, and uploading the finished video to the developer's own YouTube channel. It has no other users, no public sign-up, and is not listed or distributed anywhere.
When you connect a YouTube channel, this app requests exactly three OAuth scopes and nothing more:
| Scope | Used for |
|---|---|
youtube.upload | Uploading a video file to the connected channel. |
youtube | Setting the video's title, description, tags, thumbnail, and playlist after upload. |
userinfo.profile | Reading the connected channel's name, so the app can show which channel is selected. |
Access can be removed at any time from your Google Account's third-party access settings. Removing it there immediately invalidates the stored token.