youtube-api

How to get notification when youtube channel uploads video in python

How to get notification when youtube channel uploads video in python Question: I am trying to create a script that’ll notify me whenever a youtube channel uploads a video. Just like the Subscribe button What I have tried: I have tried looking for a documentation regarding this, and also learnt how to setup a YouTube …

Total answers: 2

How to search content across multiple channel in youtube api?

How to search content across multiple channel in youtube api? Question: I want to search youtube videos in a list of channels. In the code below, I am able to pass only one “Channelid” to the youtube api. Is there a way to pass multiple channel Ids ?? def youtube_search(options): youtube = build(YOUTUBE_API_SERVICE_NAME, YOUTUBE_API_VERSION, developerKey=DEVELOPER_KEY) …

Total answers: 3