Reputation: 1
I want to retrieve automatically some analytics data about our contents on our Youtube Channel such as views, likes, average view time, subscriptions by videos... So I followed the official documentation of Youtube Analytics, but when I run the python script it keeps telling me to go on a link and to enter the token each time I run the script. The problem is I want to make a script that will download all the data automatically without me entering the token each time it runs. I tried with the API key but the token is still asked.
I read that Youtube Analytics works only with Oauth2, is there a way to get those informations without entering the token manually each time ? If no, could I get these data with the YouTube Data API ?
Thanks
Upvotes: 0
Views: 630