Reddit text to speech generator

A basic reddit tts video generator

Current functionality

  • Generate videos for subs based on comments,(askreddit) so reading individual comments
  • Generate videos for subs with longer posts,(entitledparents), so slicing the post into multiple frames to fit the text.

Todo

  • Get comments based on the permalink
  • Generate mp3 and jpg of the post and its comments; concatenate both of them for a clip, them combine all the clip into one file
  • Migrate to praw
  • Ability to generate tts for post based subreddits (r/nosleep or r/relationships)
  • REFACTOR YOUR CODE YOU PIG
  • Better post/comment formatting
    • Nsfw filter
    • Converting links and emojis to plain text
  • Visual enhancements
    • Slicing longer posts into to frames or jpg(s)
    • Adding the author, and upvotes
  • Wrapping it all up into a nice tkinter gui
    • Viewing post title and clicking “yes” or “no” to create a video of it or not

Usage

  • Chug in your in credentials.json
  • do pip install -r requirements.txt to install all the dependencies and then, run main.py

Backburners

  • Random timing issue with comments and their corresponding mp3(s)

GitHub

View Github