https://github.com/better-than-you/brainrotbot
BrainRotBot is a Python-based Reddit video maker bot that automates creating meme-worthy videos from Reddit posts. It scrapes content, adds voiceovers, and generates videos for platforms like YouTube or TikTok, perfect for content creators.
https://github.com/better-than-you/brainrotbot
ai automation generator python reddit reddit-scraper text-to-speech video video-generation
Last synced: 10 months ago
JSON representation
BrainRotBot is a Python-based Reddit video maker bot that automates creating meme-worthy videos from Reddit posts. It scrapes content, adds voiceovers, and generates videos for platforms like YouTube or TikTok, perfect for content creators.
- Host: GitHub
- URL: https://github.com/better-than-you/brainrotbot
- Owner: Better-Than-You
- Created: 2025-01-18T08:46:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T18:46:03.000Z (over 1 year ago)
- Last Synced: 2025-06-08T01:42:27.779Z (about 1 year ago)
- Topics: ai, automation, generator, python, reddit, reddit-scraper, text-to-speech, video, video-generation
- Language: Python
- Homepage:
- Size: 107 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📹 Reddit Video Maker Bot
## 📝 Description
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.
## ✨ Features
- 📥 Fetches posts from any subreddit
- 🗣️ Converts text to speech using a TTS engine
- 🎥 Combines audio with images to create videos
- ⚙️ Customizable video settings
## 📦 Installation
1. Clone the repository:
```bash
git clone https://github.com/Better-Than-You/brianrotbot.git
```
2. Navigate to the project directory:
```bash
cd brianrotbot
```
3. Install the required dependencies:
```bash
pip install -r requirements.txt
```
## 🚀 Usage
1. Configure the bot by editing the `config.json` file with your desired settings.
2. Run the bot:
```bash
python main.py
```
## 📧 Contact
For any questions or issues, please open an issue on GitHub