New Features✨
- Change accent
- Change background video (random list)
- Change video speed (default voice is really slow)
- Better naming scheme for output videos in `final` folder
@ -32,11 +41,13 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p
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.](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 😎
3. Install [FFmpeg](https://ffmpeg.org/download.html) and include the path of the `ffmpeg.exe` into the `.env` file. A guide for installing FFmpeg on windows can be found [here](https://www.wikihow.com/Install-FFmpeg-on-Windows)
4. Run `pip3 install -r requirements.txt`
5. Run `playwright install` and `playwright install-deps`.
6. Make any configurations you want to change in the `main.py` file
7. Run `python3 main.py`
8. ...
9. Enjoy 😎
## Contributing & Ways to improve 📈
@ -45,7 +56,7 @@ In its current state, this bot does exactly what it needs to do. However, lots o
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 a background that is picked instead of the Minecraft one.
- [x] Allowing users to choose between any subreddit.
- [] Allowing users to change voice.
- [x] Allowing users to change voice.
- [ ] Creating better documentation and adding a command line interface.
"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue."
"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue.\n ### This modified version of this tool was created by [@tya.design](https://tya.design) and is available on [GitHub](https://github.com/Tyaaa-aa/RedditVideoMakerBot)."
)
time.sleep(3)
# The maximum length of the video in seconds. (This is the length of the video that will be created, but not 100% accurate)
MAX_LENGTH=1
# Video speed multiplier (1.0 = normal speed, 2.0 = double speed, 0.5 = half speed)