This is the second part of the series where I describe automating the scheduling of each Sunday’s live streams on my church’s YouTube channel.
- Part 1 – Parsing the Canadian Catholic liturgical calendar
- Part 2 – Creating YouTube live streams programmatically

Part 2 – Creating YouTube live streams programmatically
Authentication with the YouTube Data API from Python
This is the second project for which I’ve had to go through and figure this out, so I wanted to write this down. There are a couple oddities with the YouTube Data API:
Continue Reading