https://github.com/rayhanadev/minecraft-brainrot-generator
Automated "viral" content creation program. An E2E solution for printing stacks and getting rich!
https://github.com/rayhanadev/minecraft-brainrot-generator
Last synced: 4 months ago
JSON representation
Automated "viral" content creation program. An E2E solution for printing stacks and getting rich!
- Host: GitHub
- URL: https://github.com/rayhanadev/minecraft-brainrot-generator
- Owner: rayhanadev
- Created: 2024-12-28T04:48:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T21:44:30.000Z (6 months ago)
- Last Synced: 2025-02-22T12:14:15.879Z (4 months ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Money Printer
TODO:
- [x] scrape youtube videos
- uses pytube and google apis to search and download
- [X] scrape reddit posts
- uses praw to scrape reddit data
- [x] generate voiceover
- openai voice (tts-1 model)
- [x] generate captions
- get captions from voice endpoint
- [x] generate video with moviepy
- [x] split video into 1m clips
- [x] add captions over video
- [x] add voiceover to video
- [ ] queue for review
- can be done with a filesystem queue
- [ ] publish to platforms (yt shorts, tiktok, reels)
- can be done with youtube api, tiktok api, instagram api