fujiwarachoki/moneyprinter

Automate Creation of YouTube Shorts using MoviePy.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 4th, 2026
Created on January 31st, 2024
Open Issues & Pull Requests: 19 (+0)
GitHub issues: Enabled
Number of forks: 1,806
Total Stargazers: 13,939 (+0)
Total Subscribers: 105 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

MoneyPrinter is a Python automation tool that generates YouTube Shorts videos from a topic description.

The tool solves the problem of manually creating short-form video content by automating the entire pipeline from script generation through video assembly. It uses local Ollama models to generate both video scripts and metadata, eliminating dependency on external AI APIs. The generated content is processed through a database-backed queue system with API and worker components running in Docker, which ensures reliable processing and allows jobs to survive restarts.

Developers should choose this tool if they want to automate YouTube Shorts creation without relying on cloud-based AI services. It suits projects where local model inference is preferred or required, and where TikTok and YouTube distribution are target platforms. The tool handles video composition using MoviePy and integrates with platform-specific requirements like TikTok session authentication.

Development on the project is currently closed to external contributions, as pull requests are not being accepted. The codebase includes comprehensive documentation covering setup, configuration, architecture, Docker deployment, testing, and troubleshooting. The project maintains a Discord community for user support and questions.