MCPcopy Create free account
hub / github.com/FujiwaraChoki/MoneyPrinter

github.com/FujiwaraChoki/MoneyPrinter @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
132 symbols 609 edges 20 files ⚖ MIT 25 documented · 19% 11 cross-repo links updated 5mo ago★ 13,89915 open issues

Browse by type

Functions 117 Types & classes 8 Endpoints 7
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

MoneyPrinter 💸

Sponsored by Post Bridge

Post Bridge integration banner


𝕏 Also, follow me on X: @DevBySami.

Automate the creation of YouTube Shorts by providing a video topic.

MoneyPrinter is Ollama-first: script generation and metadata are fully powered by local Ollama models.

MoneyPrinter now uses a DB-backed generation queue (API + worker + Postgres in Docker) for reliable, restart-safe processing.

FujiwaraChoki%2FMoneyPrinter | Trendshift

Important Please make sure you look through existing/closed issues before opening your own. If it's just a question, please join our discord and ask there.

🎥 Watch the video on YouTube.

Documentation

Docs are centralized in docs/:

FAQ 🤔

Which AI provider does MoneyPrinter use?

MoneyPrinter is fully Ollama-based. Start Ollama, pull a model, and select the model in the UI.

ollama serve
ollama pull llama3.1:8b

How do I get the TikTok session ID?

You can obtain your TikTok session ID by logging into TikTok in your browser and copying the value of the sessionid cookie.

My ImageMagick binary is not being detected

MoneyPrinter auto-detects ImageMagick from your PATH on Linux, macOS, and Windows. If auto-detection fails, set the executable path manually in .env, for example:

IMAGEMAGICK_BINARY="C:\\Program Files\\ImageMagick-7.1.0-Q16\\magick.exe"

Don't forget to use double backslashes (\\) in the path, instead of one.

I can't install playsound: Wheel failed to build

If you're having trouble installing playsound, you can try installing it using the following command:

uv pip install -U wheel
uv pip install -U playsound

If you were not able to find your solution, check Troubleshooting, ask in Discord, or create an issue.

Donate 🎁

If you like and enjoy MoneyPrinter, and would like to donate, you can do that by clicking on the button on the right hand side of the repository. ❤️ You will have your name (and/or logo) added to this repository as a supporter as a sign of appreciation.

Contributing 🤝

Pull Requests will not be accepted for the time-being.

Star History 🌟

Star History Chart

License 📝

See LICENSE file for more information.

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 112
Class 8
Route 7
Method 5

Languages

Python88%
TypeScript12%

Modules by API surface

Frontend/app.js16 symbols
Backend/main.py14 symbols
Backend/repository.py10 symbols
tests/test_worker.py9 symbols
tests/test_api_misc.py8 symbols
tests/test_api_jobs.py8 symbols
Backend/video.py8 symbols
Backend/logstream.py7 symbols
Backend/gpt.py7 symbols
tests/test_utils.py6 symbols
tests/test_repository.py6 symbols
Backend/tiktokvoice.py6 symbols

Dependencies from manifests, versioned

assemblyai
curl-cffi
flask3.0.0 · 1×
flask-cors4.0.0 · 1×
moviepy2.2.1 · 1×
oauth2client
ollama0.5.1 · 1×
pillow9.5.0 · 1×
platformdirs4.1.0 · 1×
playsound1.2.2 · 1×

For agents

$ claude mcp add MoneyPrinter \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page