{"id":19541780,"url":"https://github.com/nullscreen/yt-annotations","last_synced_at":"2026-03-07T10:32:08.787Z","repository":{"id":56899194,"uuid":"48996723","full_name":"nullscreen/yt-annotations","owner":"nullscreen","description":"Fetch annotations and cards from YouTube videos","archived":false,"fork":false,"pushed_at":"2019-11-25T20:31:27.000Z","size":55,"stargazers_count":9,"open_issues_count":4,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-01-13T23:58:06.872Z","etag":null,"topics":["gem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullscreen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-04T12:49:53.000Z","updated_at":"2023-08-23T18:49:38.000Z","dependencies_parsed_at":"2022-08-20T17:30:07.244Z","dependency_job_id":null,"html_url":"https://github.com/nullscreen/yt-annotations","commit_stats":null,"previous_names":["fullscreen/yt-annotations"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/nullscreen/yt-annotations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fyt-annotations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fyt-annotations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fyt-annotations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fyt-annotations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullscreen","download_url":"https://codeload.github.com/nullscreen/yt-annotations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullscreen%2Fyt-annotations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30063369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gem"],"created_at":"2024-11-11T03:11:55.988Z","updated_at":"2026-03-07T10:32:08.759Z","avatar_url":"https://github.com/nullscreen.png","language":"Ruby","readme":"A Ruby gem to fetch YouTube annotations\n=======================================\n\nYt::Annotations is a Ruby library to fetch annotations, cards and end screens of YouTube videos.\n\nThe **source code** is available on [GitHub](https://github.com/fullscreen/yt-annotations) and the **documentation** on [RubyDoc](http://www.rubydoc.info/github/fullscreen/yt-annotations/Yt/Annotations).\n\n[![Build Status](http://img.shields.io/travis/Fullscreen/yt-annotations/master.svg)](https://travis-ci.org/Fullscreen/yt-annotations)\n[![Coverage Status](http://img.shields.io/coveralls/Fullscreen/yt-annotations/master.svg)](https://coveralls.io/r/Fullscreen/yt-annotations)\n[![Dependency Status](http://img.shields.io/gemnasium/Fullscreen/yt-annotations.svg)](https://gemnasium.com/Fullscreen/yt-annotations)\n[![Code Climate](http://img.shields.io/codeclimate/github/Fullscreen/yt-annotations.svg)](https://codeclimate.com/github/Fullscreen/yt-annotations)\n[![Online docs](http://img.shields.io/badge/docs-✓-green.svg)](http://www.rubydoc.info/gems/yt-annotations/Yt/Annotations)\n[![Gem Version](http://img.shields.io/gem/v/yt-annotations.svg)](http://rubygems.org/gems/yt-annotations)\n\nHow to use\n==========\n\nSimply call `Yt::Annotations.for` with the ID of a YouTube video:\n\n```ruby\nannotations = Yt::Annotations.for 'MESycYJytkU'\n# =\u003e [#\u003cYt::Annotations::Featured …\u003e]\nannotations.first.text\n# =\u003e \"Suggested by Fullscreen: What is Fullscreen?\"\nannotations.first.starts_at\n# =\u003e 76.0\nannotations.first.ends_at\n# =\u003e 86.0\nannotations.first.link\n# {url: \"https://www.youtube.com/watch?v=NeMlqbX2Ifg\", new_window: true, type: :video}\n```\n\nHow to install\n==============\n\nYt::Annotations requires **Ruby 2.2.2 or higher**.\n\nTo include in your project, add `gem 'yt-annotations', ~\u003e '1.0'` to the `Gemfile` file of your Ruby project.\n\n\nHow to contribute\n=================\n\nContribute to the code by forking the project, adding the missing code,\nwriting the appropriate tests and submitting a pull request.\n\nIn order for a PR to be approved, all the tests need to pass and all the public\nmethods need to be documented and listed in the guides. Remember:\n\n- to run all tests locally: `bundle exec rspec`\n- to generate the docs locally: `bundle exec yard`\n- to list undocumented methods: `bundle exec yard stats --list-undoc`\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullscreen%2Fyt-annotations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullscreen%2Fyt-annotations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullscreen%2Fyt-annotations/lists"}