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-makerpip3 install -r requirements.txtGo 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
scriptand fill other form sections. - Click
create app. - Get client id from under the app name and client secret from
secretsection.
Run the script and follow it
python3 main.pyEnjoy!