cmenon12 / birdbox-livestream

Collection of Python scripts designed for livestreaming a birdbox from a Raspberry Pi to YouTube!
https://www.youtube.com/channel/UCikUXkTwFvyrHlajBRQwvuw/
GNU General Public License v3.0
2 stars 0 forks source link

#97 Catch HTTP errors when authenticating to get the Google service #101

Closed cmenon12 closed 7 months ago

cmenon12 commented 7 months ago

Mimics execute_request(), but uses a private method to actually get the service as there's a lot to do.

Closes #97