alexshelto / reddit_video_maker

This project will find popular Reddit threads and convert them into a text-to-speech videos.
GNU General Public License v3.0
74 stars 13 forks source link

reddit_video_maker

This project will find popular Reddit threads and convert them into a text-to-speech videos.

  1. Find popular reddit threads worthy of being converted to threads using reddit api and some type of web scraping.

  2. Convert top threads into static images, convert top thread title's to TTS using text-to-speech api.

  3. Convert answer of threads into static image, read outloud with text-to-speech

    • repeat with all relevant & interesting answers to the question
  4. String Question image with text-to-speech & string Answers image with text-to-speech into a video using video editing api.

Usage

Example list.txt file

<reddit post link> <number of comments to scrape> <title of mp4 video>
<reddit post link> <number of comments to scrape> <title of mp4 video>
...

How it works