YouTube Shorts from a Prompt, Running Fully Local
MoneyPrinter automates YouTube Shorts from a text topic, using local Ollama models to write scripts and a Dockerized queue to keep rendering reliable.

What it does
Feed it a topic and MoneyPrinter asks a local Ollama model to write a script and metadata, then assembles the final Short with MoviePy. The current architecture hands off jobs to a background worker backed by Postgres inside Docker, so a restart mid-generation does not scrap the job.
The interesting bit
It keeps the entire AI layer local—no cloud LLM keys or metered API calls. The README is vague about where the raw footage comes from, though an FAQ asking for your TikTok session ID hints that some footage sourcing happens outside the local stack.
Key highlights
- Fully local script and metadata generation via Ollama
- DB-backed job queue (API + worker + Postgres) for crash-safe processing
- MoviePy handles final video assembly
- Cross-platform ImageMagick auto-detection with manual override
- 13.7k stars, though contributions are currently closed
Caveats
- The README explains the AI and queue architecture but never details the full video sourcing workflow; expect to read the docs folder or ask on Discord
- Pull requests are not being accepted for now
- Several local dependencies—Ollama, ImageMagick, and a TikTok session ID—must be in place before the first job runs
Verdict
A decent starting point for developers tinkering with local, automated short-form video factories. Not the right choice if you want an active contributor community or a turnkey SaaS.
Frequently asked
- What is FujiwaraChoki/MoneyPrinter?
- MoneyPrinter automates YouTube Shorts from a text topic, using local Ollama models to write scripts and a Dockerized queue to keep rendering reliable.
- Is MoneyPrinter open source?
- Yes — FujiwaraChoki/MoneyPrinter is open source, released under the MIT license.
- What language is MoneyPrinter written in?
- FujiwaraChoki/MoneyPrinter is primarily written in Python.
- How popular is MoneyPrinter?
- FujiwaraChoki/MoneyPrinter has 13.8k stars on GitHub and is currently accelerating.
- Where can I find MoneyPrinter?
- FujiwaraChoki/MoneyPrinter is on GitHub at https://github.com/FujiwaraChoki/MoneyPrinter.