0.5.0 • Published 1 year ago

ts-reddit-video-generator v0.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Typescript Reddit video generator for YouTube Shorts/TikTok

Generates 60 second videos of the best comments from a Reddit post generating screenshots and audio tts for each comment.

Requirments

Setup

  • Create a .env file with VIDEO_BACKGROUND set to your background video file path
  • Build Container docker-compose build

Running with Docker (Recommended)

POST=<REDDIT_POST_URL> CREDENTIALS_VOLUME=<GCLOUD_CREDENTIALS_PATH> docker-compose up

Running with Node

POST=<REDDIT_POST_URL> npm run start

Running with Node or using as a package, you'll need to follow the requirements necessary to run editly.