Create Reddit Videos with just one command
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.
 
 
 
 
Go to file
Callum Leslie c60ce4d92d
Merge branch 'master' into develop
2 years ago
.github tests a fix stale.yml 2 years ago
GUI moved index.html and added devs section 2 years ago
TTS fix: dont use blank text splits 2 years ago
examples docs: updated example video 2 years ago
reddit background audio implementation 2 years ago
utils reformatted 2 years ago
video_creation style: format 2 years ago
.config.template.toml removed hard cap on subreddit length 2 years ago
.dockerignore add Docker support 3 years ago
.gitattributes chore(*): Add devcontainer vscode support 2 years ago
.gitignore chore: remove config.toml and add to gitignore 2 years ago
.pylintrc Remove init-hook from pylint 2 years ago
CODE_OF_CONDUCT.md Add code of conduct completing community standards 2 years ago
CONTRIBUTING.md docs: commit style 2 years ago
Dockerfile Update Dockerfile 3 years ago
LICENSE Merge branch 'develop' into pr/ProjectSlxsh/418 2 years ago
README.md Merge pull request #856 from micziz/master 2 years ago
build.sh setup.py heavily refactored, all files formatted with python-BLACK and added shebang lines 3 years ago
install.sh fix: closed the if and removed duplicate sentence 2 years ago
main.py chore: updated version number 2 years ago
requirements.txt Merge branch 'master' into develop 2 years ago
run.sh fixed run.sh 3 years ago

README.md

Reddit Video Maker Bot 🎥

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

Created by Lewis Menelaws & TMRRW

Video Explainer

lewisthumbnail

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 🚨

  • 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.9+
  • Playwright (this should install automatically in installation)

Installation 👩‍💻

  1. Clone this repository

  2. Run pip install -r requirements.txt

  3. Run python -m playwright install and python -m playwright install-deps

EXPERIMENTAL!!!!

On MacOS and Linux (debian, arch, fedora and centos, and based on those), you can run an install script that will automatically install steps 1 to 3. (requires bash)

bash <(curl -sL https://raw.githubusercontent.com/elebumm/RedditVideoMakerBot/master/install.sh)

This can also be used to update the installation

  1. Run python main.py
  2. Visit the Reddit Apps page., and set up an app that is a "script".
  3. The bot will ask you to fill in your details to connect to the Reddit API, and configure the bot to your liking
  4. Enjoy 😎
  5. If you need to reconfigure the bot, simply open the config.toml file and delete the lines that need to be changed. On the next run of the bot, it will help you reconfigure those options.

(Note if you got an error installing or running the bot try first rerunning the command with a three after the name e.g. python3 or pip3)

Video

https://user-images.githubusercontent.com/66544866/173453972-6526e4e6-c6ef-41c5-ab40-5d275e724e7c.mp4

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

Please read our contributing guidelines for more detailed information.

Developers and maintainers.

Elebumm (Lewis#6305) - https://github.com/elebumm (Founder)

Jason (JasonLovesDoggo#1904) - https://github.com/JasonLovesDoggo (Maintainer)

CallumIO (c.#6837) - https://github.com/CallumIO

Verq (Verq#2338) - https://github.com/CordlessCoder

LukaHietala (Pix.#0001) - https://github.com/LukaHietala