getVideos: Extract All Statistics about a Youtube video

Description Usage Arguments Details Value

View source: R/getVideos.R

Description

Function that can extract essentiel information about plubic video posted in youtube

Usage

1
2
3
getVideos(vid = NULL, part = "snippet", mostPopular = FALSE,
  myRating = FALSE, maxResults = 5, pageToken = NULL, regionCode = NULL,
  videoCategoryId = NULL, api_key)

Arguments

vid

string The vid parameter specifies a comma-separated list of the YouTube video ID(s) for the resource(s) that are being retrieved. In a video resource, the id property specifies the video's ID.

part

string The part parameter specifies a comma-separated list of one or more video resource properties that the API response will include. If the parameter identifies a property that contains child properties, the child properties will be included in the response.

mostPopular

Boolean The chart parameter identifies the chart that you want to retrieve. Acceptable values are: "mostPopular". Return the most popular videos for the specified content region and video category.

myRating

string This parameter can only be used in a properly authorized request. Set this parameter's value to like or dislike to instruct the API to only return videos liked or disliked by the authenticated user. Acceptable values are dislike , Returns only videos disliked by the authenticated user. like , Returns only video liked by the authenticated user.

maxResults

unsigned integer The maxResults parameter specifies the maximum number of items that should be returned in the result set. Note: This parameter is supported for use in conjunction with the myRating parameter, but it is not supported for use in conjunction with the id parameter. Acceptable values are 1 to 50, inclusive. The default value is 5.

pageToken

string The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved. Note: This parameter is supported for use in conjunction with the myRating parameter, but it is not supported for use in conjunction with the id parameter.

regionCode

string The regionCode parameter instructs the API to select a video chart available in the specified region. This parameter can only be used in conjunction with the chart parameter. The parameter value is an ISO 3166-1 alpha-2 country code.

videoCategoryId

string The videoCategoryId parameter identifies the video category for which the chart should be retrieved. This parameter can only be used in conjunction with the chart parameter. By default, charts are not restricted to a particular category. The default value is 0.

api_key

users api keys please check https://console.developers.google.com

hl

string The hl parameter instructs the API to retrieve localized resource metadata for a specific application language that the YouTube website supports. The parameter value must be a language code included in the list returned by the i18nLanguages.list method. If localized resource details are available in that language, the resource's snippet.localized object will contain the localized values. However, if localized details are not available, the snippet.localized object will contain resource details in the resource's default language.

OBCOwner

string This parameter can only be used in a properly authorized request. Note: This parameter is intended exclusively for YouTube content partners. The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner.

Details

Using YouTube API to get all possible information about a video posted in Youtube including statistics

Value

Data frame combining all collected informations .


saberbouabid/RYoutube documentation built on May 29, 2019, 12:20 p.m.