Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to get the youtube data (likes,comments,dislikes etc.,) for a particular youtube channel.
For this i am using tYoutubeAnalyticsInput component. I am facing the below error while running the job (even after the successful creation of json secret code also).
Please provide me some idea to get the data from youtube.
Waiting for new methods also.
You do not need to use this component. I'm afraid I do not know that component, but what you want to do can be achieved quite easily using normal Talend components. For example, I have just created this job....
The URL for the tRestClient can be seen below.....
"https://www.googleapis.com/youtube/v3/commentThreads?part=snippet%2Creplies&maxResults=100&order=tim...xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
FYI the video I picked was the new trailer for Joker.
Take a look here to understand how the API works (https://developers.google.com/youtube/v3/docs/commentThreads/list?apix_params=%7B%22part%22%3A%22sni...).
This job took me about 5 minutes to build after I had set up my key using https://console.developers.google.com