{"id":15801386,"url":"https://github.com/ykzts/youtube-telegraf-plugin","last_synced_at":"2026-01-20T21:33:30.778Z","repository":{"id":37800695,"uuid":"270158887","full_name":"ykzts/youtube-telegraf-plugin","owner":"ykzts","description":"Gather account information from YouTube channels.","archived":false,"fork":false,"pushed_at":"2024-01-15T13:44:05.000Z","size":693,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T18:38:58.983Z","etag":null,"topics":["telegraf","telegraf-plugin","youtube"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ykzts.png","metadata":{"funding":{"custom":["https://www.youtube.com/channel/UC0Owc36U9lOyi9Gx9Ic-4qg/join"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-06-07T01:43:50.000Z","updated_at":"2023-12-13T07:55:51.000Z","dependencies_parsed_at":"2024-01-15T17:46:27.208Z","dependency_job_id":"84a841e7-eed1-476c-8c0b-23f8a1eb4f60","html_url":"https://github.com/ykzts/youtube-telegraf-plugin","commit_stats":null,"previous_names":["ykzts/youtube-telegraf-plugin","inabagumi/youtube-telegraf-plugin"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ykzts/youtube-telegraf-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykzts%2Fyoutube-telegraf-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykzts%2Fyoutube-telegraf-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykzts%2Fyoutube-telegraf-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykzts%2Fyoutube-telegraf-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ykzts","download_url":"https://codeload.github.com/ykzts/youtube-telegraf-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykzts%2Fyoutube-telegraf-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28614611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"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":["telegraf","telegraf-plugin","youtube"],"created_at":"2024-10-05T01:22:07.493Z","updated_at":"2026-01-20T21:33:30.761Z","avatar_url":"https://github.com/ykzts.png","language":"Go","funding_links":["https://www.youtube.com/channel/UC0Owc36U9lOyi9Gx9Ic-4qg/join"],"categories":[],"sub_categories":[],"readme":"# YouTube Telegraf Plugin\n\nGather channel information from [YouTube](https://www.youtube.com/) channels.\n\n### Configuration\n\n```toml\n[[inputs.youtube]]\n  ## List of channels to monitor.\n  channels = [\n    \"UCBR8-60-B28hp2BmDPdntcQ\",\n    \"UCnrgOD6G0y0_rcubQuICpTQ\"\n  ]\n\n  ## List of videos to monitor.\n  videos = [\n    \"gjoHHYnXdqs\",\n    \"OoCsY8odmpM\"\n  ]\n\n  ## YouTube API key.\n  # api_key = \"\"\n```\n\n### Metrics\n\n- youtube_channel\n  - tags:\n    - id - The ID of the channel\n    - title - The title name\n  - fields:\n    - subscribers (int)\n    - videos (int)\n    - views (int)\n- youtube_video\n  - tags:\n    - id - The ID of the video\n    - title - The title name\n  - fields:\n    - comments (int)\n    - dislikes (int)\n    - favorites (int)\n    - likes (int)\n    - views (int)\n\n### Example Output\n\n```plain\nyoutube_channel,id=UCBR8-60-B28hp2BmDPdntcQ,title=YouTube subscribers=32000000i,videos=409i,views=2509852022i 1634655873951240300\nyoutube_channel,id=UCnrgOD6G0y0_rcubQuICpTQ,title=InfluxData videos=261i,views=489944i,subscribers=4520i 1634655873951240300\nyoutube_video,id=gjoHHYnXdqs,title=InfluxDB:\\ The\\ time\\ series\\ data\\ platform\\ built\\ for\\ developers comments=0i,dislikes=1i,favorites=0i,likes=8i,views=377i 1634655874031796300\nyoutube_video,id=OoCsY8odmpM,title=Intro\\ to\\ Time\\ Series\\ Databases\\ \u0026\\ Data\\ |\\ Getting\\ Started\\ [1\\ of\\ 7] comments=0i,dislikes=20i,favorites=0i,likes=514i,views=74740i 1634655874031796300\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykzts%2Fyoutube-telegraf-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fykzts%2Fyoutube-telegraf-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykzts%2Fyoutube-telegraf-plugin/lists"}