A personal tool that generates short educational videos about C++ programming and uploads them to the owner's own YouTube channel.
Shorts Automation Uploader is a command-line tool run by a single individual on their own computer. It produces short-form educational videos that teach C++ programming syntax, and publishes them to a YouTube channel owned by that same individual.
This application uses YouTube API Services. By using it, you agree to be bound by the YouTube Terms of Service.
API endpoints used
videos.insert — upload a generated video to the authorized channelchannels.list — confirm which channel the authorization belongs toThe application does not read, collect, analyze, or display data belonging to any other YouTube user or channel. It only writes to the single channel that the operator has explicitly authorized.
The application has exactly one user: its owner. It is not distributed, sold, or offered as a service to anyone else, and it has no public sign-up, no server, and no shared backend. It runs entirely on the owner's local machine.
Authorization can be revoked at any time from the Google Account permissions page. Revoking access immediately and permanently stops the application from uploading anything.
Questions about this application: windwolfclan@gmail.com