Skip to content

Latest commit

 

History

108 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Youtube Ruby Gem

Build Status Dependency Status Code Climate Coverage Status

A Ruby interface to the Youtube API

Installation

gem 'youtube', github: 'octoly/youtube'

Usage

@yt = Youtube::Client.new(developer_key: 'youtube_api_key')

@video = @yt.video(id: 'fD1eRbq09yU')
@videos = @yt.video(id: ['fD1eRbq09yU', 'AVjvsgcBKrs'])

@channel = @yt.channel(id: 'UCVrPiUtl29kULN2HIAm244Q')
@channels = @yt.channel(id: ['UCMmADDDgI-dXaPGoIZ3qIsQ', 'UCVrPiUtl29kULN2HIAm244Q'])

About

A Ruby interface to the Youtube API.

Resources

Stars

7 stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages