cd /news/artificial-intelligence/how-i-automated-9-youtube-channels-a… · home topics artificial-intelligence article
[ARTICLE · art-56192] src=dev.to ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

How I Automated 9 YouTube Channels at ₹0/month

A developer automated nine YouTube channels across different niches using free AI tools and services, achieving zero operational cost. The pipeline uses Gemini/Ollama for script generation, Google TTS for voiceover, MoviePy for video assembly, and Mac LaunchAgents for scheduling, producing 270 videos per month without manual effort.

read1 min views1 publishedJul 12, 2026

I run 9 YouTube channels that post daily. I dont touch any of them. Total cost: ₹0.

Topic CSV → AI Script (Gemini/Ollama) → Google TTS → MoviePy Video → YouTube Upload

All scheduled via Mac LaunchAgents. Each channel has its own plist file that triggers at a specific time.

Channel Niche Time
Gyaan in 5 Knowledge 6:15 PM
Tech in 5 Hindi Tech 11:30 AM
Money in 5 Finance 9:30 AM
Superhuman 60s Productivity 2:30 PM
Horror Ki Kahani Horror 9:30 PM
Pyaar Ka Psychology Relationships 8:30 PM
Zeheela Sach Dark Facts 7:30 PM
Apna Haq Legal Rights 12:30 PM
Agar Aisa Ho Toh Hypothetical 1:30 PM
import random

API_KEYS = [
    "key_1_from_project_A",
    "key_2_from_project_B",
    "key_3_from_project_C",
    "key_4_from_project_D",
]

def get_api_key():
    return random.choice(API_KEYS)

This avoids hitting rate limits on any single key.

Service Cost
Google TTS ₹0 (free tier)
Pexels ₹0 (free API)
YouTube API ₹0
Ollama ₹0 (local)
Mac LaunchAgents ₹0 (built-in)
Total
₹0

9 channels × 1 video/day = 270 videos/month. Zero effort after initial setup.

🔗 Full automation code: github.com/amrendramishra/ai-tools

🌐 Portfolio: amrendranmishra.dev

Follow for daily AI automation content.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @gemini 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-i-automated-9-yo…] indexed:0 read:1min 2026-07-12 ·