-
Notifications
You must be signed in to change notification settings - Fork 63
feat: Implement Pollinations API, add video templates, and update documentation #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Consider implementing automatic caption generation for the videos in a future update. |
Hey, thank you for your interest in contributing! 😀
Please address these points and I will be happy to merge your contribution, thank you! |
Hey, thanks for the feedback—really appreciate you reviewing the code in depth! About the cursing: yeah, I added the “rage explain” style on purpose for a bit of humor, but I get that it’s overboard. I’ll tweak the prompt to keep the energy and engagement without relying on profanity. Quick clarification re: the "Generated Script" printing binary—since I’m using the Pollinations API for audio generation, it doesn’t actually return a text script; it just spits back audio directly. That’s why it ends up printing binary when trying to log the response. I’ll clean that up to avoid confusion and maybe throw in a placeholder or transcript note if needed. Also, on the background video logic: currently it pulls from a template directory and combines it with the audio automatically. Are you suggesting I revert it to pulling clips from a much larger video instead—like the original version did—so there's more visual variety? Just want to confirm what behavior you’d like restored so I don’t misfire. I'll also clean up the redundant/unreachable code and streamline it overall. Thanks again! Let me know if anything else comes up—I’ll push the fixes shortly. Cheers, |
Refactors Auto YouTube Shorts Maker with Pollinations API, Video Templates, and Docs Update
This PR overhauls the Auto YouTube Shorts Maker to enhance functionality, simplify setup, and improve maintainability. It introduces the Pollinations AI API for dynamic script and voiceover generation, a template-based system for background gameplay, and updated documentation.
Key Enhancements & Changes:
🤖 New API Integration (
shorts.py
):🎬 Gameplay Video Templates:
templates/
directory, pre-loaded with 39 Minecraft parkour clips (short_*.mp4
).🛠️ Code Refactoring & Structure (
shorts.py
):generated/
).📄 Updated Documentation (
README.md
):templates/
folder.⚙️ Project Configuration:
.gitignore
updated to includeenv
.env.example
anddemo/Demo.mp4
.Benefits:
This update aims to provide a more robust, user-friendly, and creatively flexible tool for generating YouTube Shorts.