Scrapes reddit and create videos

alt text

Installation

Install modules specified in requirements.txt

YOU Need Before Runnning Main.py

1 Client ID

2 Client secret

3 User agent

To get this three check out this link https://github.com/reddit-archive/reddit/wiki/OAuth2

After all above complited

run main.py

It creates videos by scraping information from Reddit and convert to video files

It only works with subreddits that are questions and answers type daily top post scrapes the title and top five comments from posts to create a video.

When first time running script it will ask client Id, client secret, user agent, subreddit and it stores all info to a config file next time running script will not ask any details

Enter number of Posts:-

alt text

Render video and out to a folder called result:-

alt text

GitHub

View Github