Refresh

This website github-wiki-see.page/m/eric011/ThinkUp/wiki/Create-a-new-Youtube-Plugin---Supan-Shah is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Create a new Youtube Plugin Supan Shah - eric011/ThinkUp GitHub Wiki

1)Capture likes, comments, and views on YouTube videos. It doesnt requirement authentication and data can be pulled in a single request. Comments https://gdata.youtube.com/feeds/api/videos/{VIDEO_ID}/comments Likes Dislikes and Ratings can be obtained from a call like https://gdata.youtube.com/feeds/api/videos/{VIDEO_ID}?v=2
which would return XML ,which can be parsed for required results.

2)Go through the videos uploaded by the user using this endpoint http://gdata.youtube.com/feeds/api/users/{USERNAME}/uploads?orderby?v=viewCount

Show statistics like no . of videos uploaded, average no. of views per video , average no. of likes/dislikes per video ,Time Since Last video Upload so on and so forth.

  1. Use metrics associated with latest API version https://developers.google.com/youtube/analytics/v1/dimsmets/mets

https://developers.google.com/youtube/analytics/v1/dimsmets/dims

Provide statistics based on various parameters .(For example. 56% of the likes were from Male )

4)Integrating geographical and demographic information along with the above mentioned information could make it really interactive. Your maximum video likes are from country USA.

5)Google Charts API Along with it we would also introduce graphs and charts to demonstrate the data in an appealing manner. Google Chart API