इस प्रोजेक्ट के बारे में
Reddit Video Maker Bot एक Python आधारित टूल है जो Reddit threads से short-form video content बनाने की प्रक्रिया को automate करता है। यह उस लोकप्रिय video format को target करता है जो TikTok, YouTube और Instagram पर देखा जाता है, जहाँ Reddit posts और comments को background gameplay footage पर narrate किया जाता है।
यह bot पूरी pipeline को programmatically संभालता है: यह Reddit API से connect होकर threads और comments fetch करता है, text-to-speech के माध्यम से voice narration generate करता है, और background visuals और optional background music के साथ final video file compile करता है। कोई manual video editing या asset compiling की आवश्यकता नहीं है।
README में दिखाई देने वाली प्रमुख capabilities इस प्रकार हैं:
- Generated videos के लिए background music selection।
- Random selection के बजाय एक specific Reddit thread चुनने की ability।
- Default Minecraft footage के बजाय customizable background video।
- Subreddit selection, जो users को किसी भी subreddit को target करने की अनुमति देता है।
- Narration के लिए voice selection।
- Duplicate video detection ताकि पहले से बने content को दोबारा generate न किया जाए।
- Light और Dark mode support।
- NSFW post filtering।
यह tool Python 3.10 और Playwright browser automation के लिए आवश्यक है। Installation में repository clone करना, virtual environment setup करना, dependencies install करना, और Reddit API credentials को guided setup prompt के माध्यम से configure करना शामिल है। Configuration config.toml file में stored होती है। यह bot एक video file output करता है जिसे manual upload करना होता है; यह platforms पर auto-upload नहीं करता ताकि community guideline issues से बचा जा सके। macOS और Linux के लिए एक experimental installation script उपलब्ध है। Documentation separately hosted है, और support के लिए एक Discord server उपलब्ध है।
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.