Fork me on GitHub

org.apache.streams:streams-provider-youtube

streams-provider-youtube contains providers, conversions, and utility classes.

Data Types

This module relies on classes from com.google.apis:google-api-services-youtube

Test:

Log into admin console Create project Enable Data API on project Create service account Download p12 file

Create a local file youtube.conf with valid youtube credentials

youtube {
  apiKey = ""
  oauth {
    serviceAccountEmailAddress = ""
    pathToP12KeyFile = ""
  }
}

Build with integration testing enabled, using your credentials

mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=`pwd`/youtube.conf"

JavaDocs

Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0