{"id":19345222,"url":"https://github.com/goronfreeman/pipe_dream","last_synced_at":"2026-05-08T16:34:39.377Z","repository":{"id":56888117,"uuid":"139389221","full_name":"goronfreeman/pipe_dream","owner":"goronfreeman","description":"A dreamy, zero-dependency YouTube API wrapper","archived":false,"fork":false,"pushed_at":"2018-07-10T02:34:43.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T20:38:29.908Z","etag":null,"topics":["ruby","youtube"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goronfreeman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-02T04:06:11.000Z","updated_at":"2019-12-15T20:50:18.000Z","dependencies_parsed_at":"2022-08-21T00:50:47.651Z","dependency_job_id":null,"html_url":"https://github.com/goronfreeman/pipe_dream","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goronfreeman%2Fpipe_dream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goronfreeman%2Fpipe_dream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goronfreeman%2Fpipe_dream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goronfreeman%2Fpipe_dream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goronfreeman","download_url":"https://codeload.github.com/goronfreeman/pipe_dream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240451916,"owners_count":19803539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby","youtube"],"created_at":"2024-11-10T04:05:44.421Z","updated_at":"2026-05-08T16:34:34.349Z","avatar_url":"https://github.com/goronfreeman.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PipeDream\n\nPipeDream allows you to easily search YouTube by providing a simple wrapper\naround YouTube's official APIs. What sets PipeDream apart from other options, is\nthat it has no dependencies outside the Ruby standard library. This makes it easy\nto include in projects where you can't easily bundle dependencies, such as in an\nAlfred workflow.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'pipe_dream'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install pipe_dream\n\n## Usage\n\nBefore you begin using PipeDream to perform searches, you will have to configure\nit with your developer API key. You can create a new API key using the\n[Google Cloud Console](https://console.cloud.google.com/). Once you have created your key, configure PipeDream with\nit like this:\n\n```ruby\nPipeDream.configure do |config|\n  config.api_key = '\u003cyour-api-key\u003e'\nend\n```\n\nNow you can begin searching! Here is a basic example of how you can perform a search:\n\n```ruby\nreq = PipeDream::Request.new('redlettermedia')\nres = PipeDream::Response.new(req.get)\n# The items method will return an array of objects that wrap the search results.\nitems = res.items #=\u003e [#\u003cPipeDream::Result::Channel...]\nchannel = items.first\nchannel.title #=\u003e 'RedLetterMedia'\nchannel.description #=\u003e 'Red Letter Media is responsible for the 70 minute Phantom Menace review as well as Space Cop, Half in the Bag, and Best of the Worst. Full time frauds.'\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[goronfreeman]/pipe_dream.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoronfreeman%2Fpipe_dream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoronfreeman%2Fpipe_dream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoronfreeman%2Fpipe_dream/lists"}