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 V3 API in Google Cloud in the process. The closest libraries i have found were python-youtube and youtube-channel-subscribe.
My Progress so far:
I have tried youtube-channel-subscribe but the problem with this is that it opens up browser and then subscribes, and this won't work since I am going to be running this on servers. I had gone through the python-youtube documentation and i don't think it has functionality for this(I might be wrong)
Any help would be appreciated.