- Clone this repo
- Create your OAuth 2.0 credentials for the Youtube API. Make sure to specify
http://localhost:5000/oauth2callback
as your authorized redirect URIs. - Download the credentials.
- Copy the
.env-template
on located on the root of this folder and rename it to.env
. - Assign
VIDEO_LOCATION
the folder you'd like to be watched. - Assign
VIDEO_DESRCIPTION
the description of your video, defaults to the current date if it's not specified. - Assign
CREDENTIALS_LOCATION
the location of the credentials files downloaded on step 3.
Simply execute npm start
Any contributions it's well received! Fork this repository and submit your PRs.