README.md

Build Status AppVeyor Build Status codecov.io Coverage Status

youTubeDataR

Integrates R and the YouTube Data API.

See site for docs and details.

Install

devtools::install_github("JohnCoene/youTubeDataR")

OAuth

Get your credentials

  1. Sign in at https://console.developers.google.com
  2. Click "Credentials" in the sidebar
  3. Hit "Create credentials"
  4. In the dropdown menu select "OAuth client ID"
  5. On the next page select "Web application"
  6. Fill in your "Authorized redirect URIs" as returned by httr::oauth_callback() as "Authorized redirect URIs" (generally http://localhost:1410/).
token <- youOAuth("something.apps.googleusercontent.com", "XXxxXxxXXxxXxxXX")

Versions

Functions

OAuth

Authenticate

Find-family

Helper functions

Search

Search channel, video, playlist or any (see example below)

GET-family

Get data

See this post for examples



JohnCoene/youTubeDataR documentation built on May 7, 2019, 11:59 a.m.