The Reddit Video Maker Bot is a Python-based tool that automatically generates videos from Reddit posts. It fetches posts from a specified subreddit, converts the text to speech, and combines it with relevant images to create engaging videos.
- 📥 Fetches posts from any subreddit
- 🗣️ Converts text to speech using a TTS engine
- 🎥 Combines audio with images to create videos
- ⚙️ Customizable video settings
- Clone the repository:
git clone https://github.com/Better-Than-You/brianrotbot.git
- Navigate to the project directory:
cd brianrotbot - Install the required dependencies:
pip install -r requirements.txt
- Configure the bot by editing the
config.jsonfile with your desired settings. - Run the bot:
python main.py
For any questions or issues, please open an issue on GitHub