Top AI Repos โ open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
๐ฌ Fully automated YouTube channel management with AI agents. Creates, optimizes & publishes videos 24/7. Works with FREE Gemini API or OpenAI. No coding required!
| Date | Stars |
|---|---|
| 2026-07-24 | 1674 |
| 2026-07-25 | 1685 |
| 2026-07-28 | 1709 |
| 2026-07-30 | 1709 |
| 2026-07-31 | 1721 |
| 2026-08-06 | 1721 |
Today
โ stars today
This week
+12 stars this week
This month
โ stars this month
Momentum
47.0
growth rate 0.70%/day
# YouTube Automation Agent ## What's New in v2.4 - **Guided walkthrough for first-time setup** โ `npm run walkthrough` (also offered when you run `npm run setup`). It explains every choice in plain English, shows exactly where to get each key (and opens the page in your browser), **live-tests keys the moment you paste them**, walks you click-by-click through Google Cloud for the YouTube connection, and signs you in via your browser instead of copy-pasting auth codes. Every step is skippable and progress is saved โ re-run it any time. - **`.env` files actually work now** โ `dotenv` was a dependency but was never loaded, so `.env` settings (API keys, `API_KEY`, `FFMPEG_PATH`โฆ) were silently ignored unless exported in your shell. `index.js` and the setup tools now load `.env` on start. - **`.env.example` no longer poisons setup** โ the uncommented `OPENAI_API_KEY=your-openai-api-key-here` placeholder would have been picked up as a real key; all placeholders are now commented out. - **Browser OAuth opens automatically** โ the YouTube authorization URL now opens in your default browser. ## What's New in v2.3 - **Full free-tier pipeline with Gemini** โ image generation (`gemini-3.1-flash-image`) and native voice narration (`gemini-3.1-flash-tts-preview`) now run on your Gemini key. A Gemini-only setup produces complete narrated videos end to end; OpenAI/ElevenLabs are used first when configured. Models and voice are configurable via `GEMINI_IMAGE_MODEL`, `GEMINI_TTS_MODEL`, `GEMINI_TTS_VOICE`. (Thanks to PR #6 for demonstrating the demand and fallback-chain direction.) - **~50ร faster slideshow rendering** โ instead of screenshotting a headless browser at 30fps (~10 minutes for a 30-second video), the renderer captures one still per slide and lets FFmpeg build the video with crossfades (seconds). - **No more junk template topics** โ template mode (no AI key) previously scraped single keywords from trending titles and produced videos like "crown: The Complete Guide". It now uses a curated evergreen topic list and only accepts trending topics that read like real subjects. - **Model catalog corrections** โ replaced the nonexistent `gemini-3.5-pro` picker entry with `gemini-3.1-pro-preview` / `gemini-2.5-pro` (verified against Google's current model list). ## What's New in v2.2 This release resolves every open GitHub issue (#1, #2, #3, #4, #8, #9, #13): - **Gemini (and every other provider) now passes credential validation** โ startup and setup no longer demand an OpenAI key. Any one configured AI provider (OpenAI, Gemini, OpenRouter, Kimi, MiMo, or GLM) is enough. (#3, #9) - **FFmpeg is bundled** โ `npm install` now pulls a prebuilt FFmpeg binary via `ffmpeg-static`, so `'ffmpeg' is not recognized` is gone. A system install on your PATH or `FFMPEG_PATH` in `.env` still takes precedence. (#1) - **Generated content actually reaches the publish queue** โ the `/generate` pipeline previously produced a video and then never scheduled it, so "Processing publish queue" ran forever with nothing to do. It now queues every successful production. (#2) - **Real .mp4 output without paid keys** โ if TTS isn't configured, the slideshow renders as a silent video instead of dying on a placeholder file. Placeholder `.info` assets are filtered out of slides. (#4) - **No more silent failures** โ a capability check at startup shows exactly which pipeline stages will run for real (โ) vs. what's missing and how to fix it (โ). Productions that only produced placeholders are marked `simulated`, are never scheduled for upload, and log a loud warning. (#4, #8, #13) - **Setup wizard no longer hard-aborts** โ missing credentials or FFmpeg produce warnings with fix instructions instead of `โ Setup failed!`. (#9) - **Publish-queue logging is informative** โ shows how many items are waiting and when the next publish happens, instead of an identical line every 15 minutes. (#2) ## What's New in v2.1 - **Real AI generation wired in** โ the Content Strategy, Scri
Excerpt of 17,404 characters
Read on GitHub2
Would you bet a product on this? Bounded 0โ100 and slow moving.
matched fp:ab4718975ef856f5, topic:ai-agents, desc:ai agents
matched fp:ab4718975ef856f5, topic:video-generation
matched fp:ab4718975ef856f5, topic:automation