Stormix / rslashyoutube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/r/ to Youtube

Configuration

ENV variables

Youtube API credentials

Usage

To compile during dev:

yarn watch

To use, run the following commands in order:

yarn start fetch --subreddit WatchPeopleDieInside
yarn start generate --subreddit WatchPeopleDieInside
yarn start upload --subreddit WatchPeopleDieInside

How it works

Given a subreddit, this tool should be able to do the following:

  • Fetch the top/hot/new videos posted on the subreddit (reddit API + youtube-dl ?).
  • Stitch all the videos together (using ffmpeg probably).
  • Upload the out video to a youtube channel.
  • Document it.
  • Rince and repeat.

About

License:MIT License


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%