Automate Your Viral Reddit Videos: Introducing the Reddit Video Maker Bot
June 04, 2025
Reddit Video Maker Bot π₯
Project Description
Reddit Video Maker Bot automates the creation of Reddit-style videos, a popular content format on platforms like TikTok, YouTube, and Instagram. It functions programmatically, generating videos without requiring manual video editing or asset compilation. The bot delivers a finished video file that users can then manually upload to their desired platforms.
Usage Instructions
Requirements
- Python 3.10
- Playwright (installs automatically with the bot)
Installation and Setup
- Clone the repository:
git clone https://github.com/elebumm/RedditVideoMakerBot cd RedditVideoMakerBot
- Install Python dependencies:
pip install -r requirements.txt
- Install Playwright browsers:
python -m playwright install python -m playwright install-deps
- Experimental Install Script (macOS/Linux):
This script handles steps 1-3 and can also be used for updates.
bash <(curl -sL https://raw.githubusercontent.com/elebumm/RedditVideoMakerBot/master/install.sh)
- Run the bot for the first time:
The bot will guide you through setting up Reddit API details.
python main.py
- Visit the Reddit Apps page and create a "script" app, providing any URL for the redirect URL (e.g.,
https://jasoncameron.dev
).
- Visit the Reddit Apps page and create a "script" app, providing any URL for the redirect URL (e.g.,
- Reconfigure (if needed): Edit the
config.toml
file to remove lines you wish to change. The bot will then prompt for new configurations on its next run.
Note: If facing errors, try python3
or pip3
instead of python
or pip
.
Key Features
- Automated video creation from Reddit content.
- No manual video editing required.
- Generates
final_video.mp4
output.
Target Users
This tool is primarily for content creators, social media managers, and individuals who want to efficiently produce popular Reddit-style video content for platforms like TikTok, YouTube, and Instagram without extensive video editing skills.
Project Links
- GitHub Repository: https://github.com/elebumm/RedditVideoMakerBot
Application Scenarios
- Generating viral short-form video content for social media platforms.
- Automating content production for YouTube channels focused on Reddit threads.
- Creating engaging videos for TikTok and Instagram using popular Reddit stories or comments.