Skip to content

Create Reddit Videos with just✨ one command ✨

Notifications You must be signed in to change notification settings

JaberWiki/RedditVideoMakerBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Video Maker Bot 🎥

final_video.mp4

All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.

Created by Lewis Menelaws & TMRRW

[

](https://tmrrwinc.ca)

Motivation 🤔

These videos on TikTok, YouTube and Instagram get MILLIONS of views across all platforms and require very little effort. The only original thing being done is the editing and gathering of all materials...

... but what if we can automate that process? 🤔

Disclaimers 🚨

  • This is purely for fun purposes.
  • At the moment, this repository won't attempt to upload this content through this bot. It will give you a file that you will then have to upload manually. This is for the sake of avoiding any sort of community guideline issues.

Requirements

  • Python 3.6+
  • Playwright (this should install automatically during installation)

Installation 👩‍💻

  1. Clone this repository
  2. Rename .env.template to .env and replace all values with the appropriate fields. To get Reddit keys (required), visit the Reddit Apps page. TL;DR set up an app that is a "script". Copy your keys into the .env file, along with whether your account uses two-factor authentication.
  3. Run pip3 install -r requirements.txt
  4. Run playwright install and playwright install-deps.
  5. Run python3 main.py
  6. ...
  7. Enjoy 😎

Contributing & Ways to improve 📈

In its current state, this bot does exactly what it needs to do. However, lots of improvements can be made.

I have tried to simplify the code so anyone can read it and start contributing at any skill level. Don't be shy :) contribute!

  • Allowing users to choose a reddit thread instead of being randomized.
  • Allowing users to choose a background that is picked instead of the Minecraft one.
  • Allowing users to choose between any subreddit.
  • Allowing users to change voice.
  • Creating better documentation and adding a command line interface.

About

Create Reddit Videos with just✨ one command ✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%