https://github.com/connorodea/ytauto
AI-powered YouTube video creation from a single prompt
https://github.com/connorodea/ytauto
Last synced: 21 days ago
JSON representation
AI-powered YouTube video creation from a single prompt
- Host: GitHub
- URL: https://github.com/connorodea/ytauto
- Owner: connorodea
- Created: 2026-04-28T16:06:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T19:10:49.000Z (about 2 months ago)
- Last Synced: 2026-04-28T21:13:10.023Z (about 2 months ago)
- Language: Python
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ytauto
AI-powered YouTube video creation from a single prompt.
## Quick Start
```bash
# Install
uv pip install -e .
# Configure API keys
ytauto setup
# Check your environment
ytauto doctor
# Create a video
ytauto create "How banks secretly control the economy"
```
## Commands
| Command | Description |
|---------|-------------|
| `ytauto create "topic"` | Full end-to-end video creation pipeline |
| `ytauto script "topic"` | Generate a video script only |
| `ytauto voiceover ` | Generate voiceover for an existing job |
| `ytauto render ` | Render video from job assets |
| `ytauto jobs` | List all jobs |
| `ytauto job ` | Show job details |
| `ytauto resume ` | Resume a failed pipeline |
| `ytauto doctor` | Check dependencies and API keys |
| `ytauto setup` | Interactive API key configuration |
## Requirements
- Python 3.11+
- ffmpeg (for video rendering)
- At least one AI provider API key (Anthropic for scripts, OpenAI for TTS/images)