An open API service indexing awesome lists of open source software.

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.

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