Registry / networking / yt
library0.34.1rbrubygemsunverified

YouTube V3 API client for Ruby.

gem install yt
INSTALL
IMPORT
SIG · YT
Y
yt
networkingrubyv0.34.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

YT
require 'yt'

Search for videos on YouTube

require 'yt' account = Yt::Account.new(access_token: 'YOUR_TOKEN') videos = account.videos.where(q: 'ruby programming') puts videos.first.title
Debug
Known issues
gotchaRequires OAuth 2.0 authentication; API quota limits apply
fix
Set up proper credentials and handle quota errors.
affects: >= 0.0.0
Upgrade
Version history
0.34.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
yt — gem install yt · libregistry