Saturday 25 January 2020

Get likes on a YouTube video real time with YouTube API and oAuth?

Hello all,I want to build a program that can display the like count on a YouTube video realtime with YouTube API and oAuth. I've coded a program so far that can get the likes the moment the program is run.https://github.com/DGKSK8LIFE/youtube-notification-bot/blob/master/app.jsThe code works but I don't know where to go from here. I've tried using while and for loops, but of course, that did not work. I've looked over this question in Stack Overflow (https://stackoverflow.com/questions/53621309/how-can-i-retrieve-subscriber-count-from-youtube-api-without-oauth) and I got an idea to use it without authentication, but I want it with oAuth. Would I have to use cheerio? If so, how would I use that?Thank you all very much.

Submitted January 25, 2020 at 03:15PM by gallojsantiago

No comments:

Post a Comment