Skip to content

adammendoza/RedditVideoGenerator

 
 

Repository files navigation

Reddit Video Generator

This project is further explained in this video

This code is meant only for educational reference and will not be maintained


This program generates a .mp4 video automatically by querying the top post on the r/askreddit subreddit, and grabbing several comments. To use this program:

  • Install dependencies
  • Register with Reddit to create and API application here
  • Use the credentials from the previous step to update reddit.py line 46-51
  • Make a copy of config.example.ini and rename to config.ini

Now, you can run python main.py to be prompted for which post to choose. Alternatively, you can run python main.py <reddit-post-id> to create a video for a specific post.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%