mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/101
Author: @taehwann
Created: 2/16/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @FujiwaraChoki
Base:
main← Head:main📝 Commits (6)
ae3ca4dUpdate to Cloudflare worker for image gen, updated G4F references to use 4o mini, and fixed Firefox profile handling to account for spaces in pathname (#94)f717aedAdd Link to X30c7a77Ambrogio: Code improvements (#98)3b51aa3updated variable "script_sentence_length" in configf425b12handled sentence length none exception2455351refactored script length function call logic📊 Changes
11 files changed (+269 additions, -52 deletions)
View changed files
📝
.gitignore(+2 -1)📝
.python-version(+1 -1)📝
README.md(+2 -0)📝
config.example.json(+2 -1)📝
src/classes/Outreach.py(+11 -0)📝
src/classes/Tts.py(+16 -4)📝
src/classes/YouTube.py(+129 -39)📝
src/config.py(+15 -0)📝
src/constants.py(+11 -2)📝
src/cron.py(+17 -0)📝
src/main.py(+63 -4)📄 Description
What this PR do?
this pr updates config to able to make users change their youtube shorts script sentence length.
What is important?
getter function handles exception for previous users who doesn't have
script_sentence_lengthinside config. The main reason was I didn't want to force users to update because of this minor update.What changed?
config.example.json- for new future usersYouTube.py- for forcing script sentence length inside promptconfig.py- for getter function🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.