Reddit Video Maker gets a random or user entered post then gets it's comments and makes a video from these comments.
sample_video.mp4
Note: Please use the latest commit if you're not testing something. This tool has not specific versions.
git clone https://github.com/demirdegerli/reddit-video-maker.git
cd ./reddit-video-maker
pip3 install -r requirements.txt
Go to the ImageMagick download page and install the right one.
This is required for converting texts to image.
Install the right one from the FFmpeg download page.
There are tons of guides explaining how to install FFmpeg on Internet. Follow one of these.
Note: Windows users may need to add FFmpeg to the path.
- Go to the Reddit Apps Panel.
- Click
create app...
or if you already created an app use it's credentials or clickcreate another app...
. - Select
script
and fill other form sections. - Click
create app
. - Get client id from under the app name and client secret from
secret
section.
Run the script and follow it
python3 main.py
Enjoy!