aweiiy / reddit_video_maker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  1. 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

  • Uses a Reddit api to scrape Post and top comments from Reddit r/askreddit posts
  • Scrapes the content from post/comments to create images for each post and combine them into an mp4 file
  • Puts the text into text to speech to create mp3 file for soundtrack behind clips

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%