streams-provider-youtube contains providers, conversions, and utility classes.
Schema |
---|
YoutubeConfiguration.json YoutubeConfiguration.html |
Class | Configuration |
---|---|
YoutubeChannelProvider YoutubeChannelProvider.html | YoutubeConfiguration.json YoutubeConfiguration.html |
YoutubeUserActivityProvider YoutubeUserActivityProvider.html | YoutubeConfiguration.json YoutubeConfiguration.html |
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"