Skip to content

A python program to automatically generate YouTube shorts style videos.

Notifications You must be signed in to change notification settings

etcherfx/RedditVideoGenerator

 
 

Repository files navigation

RedditVideoGenerator

A program that generates a .mp4 video automatically by querying a post on a subreddit and grabbing several comments.

Links

Projects Used

Usage

  • Install dependencies:
    pip install -r requirements.txt
    
  • Register with Reddit to create and API application here
  • Use the credentials from the previous step to update config/defaultConfig.json lines 20-22
  • Rename defaultConfig.json to config.json
  • Start the application:
    python main.py
    
  • Alternatively you can run this command to create a video for a specific post:
    python main.py <reddit-post-id>
    

About

A python program to automatically generate YouTube shorts style videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%