MoneyPrinter icon indicating copy to clipboard operation
MoneyPrinter copied to clipboard

Automate Creation of YouTube Shorts using MoviePy.

Results 64 MoneyPrinter issues
Sort by recently updated
recently updated
newest added

Refactors docker setup to: - use values defined in the `.env` file - mounts the `Backend` and `Frontend` folders, so that you can work on the code without having to...

**Describe the bug** Openai version in requirements.txt needs to be locked, the latest version appears to be incompatible with this project **To Reproduce** Select "AI Model" to OpenAI GPT-4 **Expected...

Realise that gpt4 wasn't working and was getting error for some reason, so I decide to upgrade the openai client sdk to v1, and also migrated all the various interfaces.

This change moves the meta data reporting outside of the youtube upload logic - i want the data even when I am not auto-uploading :) (some additional logging snuck in...

Similar to my PR from yesterday, I expanded storing of values and added a choice to reuse or not.

**Is your feature request related to a problem? Please describe.** It is not a problem. Poetry is a powerful tools to manage this project. **Describe the solution you'd like** User...

enhancement

remaning -> remaining

This pull request introduces a check for an empty `video_urls` list before the video downloading process begins. If no videos are found, the process is aborted with an appropriate error...