someone idk
someone idk

Reputation: 21

Youtube subscriber detection

I can't find any documentation with yt api to fire an event whenever a new user subscribes, but I wonder how people on live streams add new subscriber info on their videos whenever someone subscribes.

I'm trying to get the same youtube subscriber notification like people do when they are in livestreams.

But I can't find any way to do it.

I thought of setting interval of checking channel, like if the sub count increases, check the latest subscriber from subscription list.

But this is kinda complicated and can't handle multiple users when they subscribe.

So my question is how does the youtuber's subscriber notification works and how can I replicate it in a nodejs project for example:

async function newSub(sub){ myWeb.send(user.name+ " Thank you for subscribing"); }

Upvotes: 1

Views: 118

Answers (0)

Related Questions