# Reddit Video Maker Bot ๐ŸŽฅ https://user-images.githubusercontent.com/6053155/170525726-2db23ae0-97b8-4bd1-8c95-00da60ce099f.mp4 All done WITHOUT video editing or asset compiling. Just pure โœจprogramming magicโœจ. Created by Lewis Menelaws & [TMRRW](https://tmrrwinc.ca) [ ](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 <<<<<<< HEAD 2. Run `pip3 install -r requirements.txt` 3. 3a. **Automatic Setup**: Run `python3 main.py` and type "yes" where it says "Setup Wizard". The Setup Wizard will guide you through the setup process. 3b. **Manual Setup**: 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` files. 4. (only if you did manual setup) Run `python3 main.py` 6. Enjoy ๐Ÿ˜Ž ||||||| 5b39896 2. 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` files. 3. Run `pip3 install -r requirements.txt` 4. Run `python3 main.py` 5. ... 6. Enjoy ๐Ÿ˜Ž ======= 2. 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. 3. Run `pip3 install -r requirements.txt` 4. Run `playwright install` and `playwright install-deps`. 5. Run `python3 main.py` 6. ... 7. Enjoy ๐Ÿ˜Ž >>>>>>> 6fc5d2a7377dfe9f65d0d011fc260602527847c9 ## 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. - [x] Allowing users to choose between any subreddit. - [ ] Allowing users to change voice. - [ ] Creating better documentation and adding a command line interface.