Skip to content

whoshallsucceed/youtube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%