# Note to anybody who needs support, I am currently on a crap ton of pain killers and my finger is cut in half. I cannot help you or fix any bugs for at least the next week.
# Reddit Video Maker Bot 🎥
# Reddit Video Maker Bot 🎥
All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.
All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.
Created by Lewis Menelaws & Heavily modified by [Jason Cameron](https://github.com/JasonLovesDoggo)
Created by Lewis Menelaws & [TMRRW](https://tmrrwinc.ca)
@ -16,26 +18,33 @@ The only original thing being done is the editing and gathering of all materials
## Disclaimers 🚨
## 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
- **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.
you will then have to upload manually. This is for the sake of avoiding any sort of community guideline issues.
## Requirements
## Requirements
- Python 3.6+ (3.10 is recommended tho )
- Python 3.6+
- Playwright (this should install automatically in installation)
- Playwright (this should install automatically in installation)
- Sox
## Installation 👩💻
## Installation 👩💻
1. Clone this repository
1. Clone this repository
2. Rename `.env.template` to `.env` and replace all values with the appropriate fields. To get Reddit keys (**
2.
2a **Automatic Install**: Run `python3 main.py` and type 'yes' to activate the setup assistant.
2b **Manual Install**: Rename `.env.template` to `.env` and replace all values with the appropriate fields. To get Reddit keys (**required**), visit [the Reddit Apps page.](https://www.reddit.com/prefs/apps) 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.