Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 499 Bytes

YouTube Daily Feed Maker

  1. From your Drive create a new Google Apps Script
  2. Paste copy-me.js in the editor (replacing YOUR_EMAIL_ADDRESS_HERE on line 105 with your email)
  3. On the left click "Add a service" > YouTube Data API v3 > Add
  4. Go to Triggers and click "Add a Trigger"
  5. Choose letsGo as the function to run and Hour timer as the type of time based trigger
  6. Select the appropriate daily time to receive the feed
  7. Click "Save" and give permissions if asked

That's it.