- From your Drive create a new Google Apps Script
- Paste
copy-me.js
in the editor (replacingYOUR_EMAIL_ADDRESS_HERE
on line 105 with your email) - On the left click "Add a service" > YouTube Data API v3 > Add
- Go to Triggers and click "Add a Trigger"
- Choose
letsGo
as the function to run andHour timer
as the type of time based trigger - Select the appropriate daily time to receive the feed
- Click "Save" and give permissions if asked
That's it.