Automated Upload Twitch Vod to Youtube after streaming
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/archive npm install install postgresql
-
Add tables using the src/services folder. For example: There is a logs service and a vods service. Add them both as a table in postgres.
-
Add the columns using the src/models folder.
-
Make the following configs using the templates found in the config folder.
path/to/archive/config/config.json path/to/archive/config/default.json path/to/archive/config/production.json (used in nodejs production mode) (copy default.json)
-
Start your app
npm start
To upload 15 minutes+ videos, you will need to verify your youtube using this link
To make your videos publicly automatically, you need to undergo an audit from google.
Please refer to https://developers.google.com/youtube/v3/docs/videos/insert