Skip to main content

Posts

Showing posts with the label Python

Building a YouTube Shorts Auto-Generation Workflow with Claude Code

Is How to Use Claude Code actually worth your time? Honestly, I was skeptical until I tried it myself. The promise is simple: feed Claude a video, and it spits out a ready‑to‑upload Short with a catchy title and captions. Here’s how I built a daily auto‑generation pipeline without breaking the bank. The workflow I built runs on a free Claude Code instance, uses yt‑meta to pull metadata, ffmpeg to slice clips, and Cloud Scheduler to trigger the whole thing every night. According to ClaudeCodefor FREE Forever — OpenRouter Setup (2026) you can use Claude Code completely free forever by routing it through OpenRouter’s free tier — no credit card, no monthly fee, full AI coding power. That’s the foundation for my cost‑effective setup. What happened? I collected a handful of long‑form videos, wrote a few Python scripts, and let Claude generate Shorts‑compatible clips. According to How to Setup Claude Code with Ollama in VSCode on... - YouTube you can install Claude Code locally and run it i...