You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jason
d2bf7228f0
|
2 years ago | |
---|---|---|
.github | 2 years ago | |
examples | 3 years ago | |
2 years ago | ||
utils | 2 years ago | |
video_creation | 2 years ago | |
.env.template | 2 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
main.py | 2 years ago | |
requirements.txt | 2 years ago |
README.md
Reddit Video Maker Bot 🎥
All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.
Created by Lewis Menelaws & Heavily modified by Jason Cameron
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+ (3.10 is recommended tho )
- Playwright (this should install automatically in installation)
Installation 👩💻
- Clone this repository
- 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. - Run
pip3 install -r requirements.txt
- install SoX
- Run
playwright install
andplaywright install-deps
. - Run
python3 main.py
- 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!
- Creating better documentation and adding a command line interface.
- 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.
- Checks if a video has already been created
- Light and Dark modes
- Nsfw post filter