{"id":17933268,"url":"https://github.com/lunks/telegram-youtube-notifier","last_synced_at":"2026-01-21T01:32:03.112Z","repository":{"id":42752570,"uuid":"279778770","full_name":"lunks/telegram-youtube-notifier","owner":"lunks","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T20:06:52.000Z","size":1500,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T08:50:00.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lunks.png","metadata":{"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}},"created_at":"2020-07-15T05:58:37.000Z","updated_at":"2023-03-09T03:39:13.000Z","dependencies_parsed_at":"2023-02-08T00:16:58.575Z","dependency_job_id":null,"html_url":"https://github.com/lunks/telegram-youtube-notifier","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/lunks/telegram-youtube-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Ftelegram-youtube-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Ftelegram-youtube-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Ftelegram-youtube-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Ftelegram-youtube-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunks","download_url":"https://codeload.github.com/lunks/telegram-youtube-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Ftelegram-youtube-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28621623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","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":[],"created_at":"2024-10-28T21:38:14.860Z","updated_at":"2026-01-21T01:32:03.093Z","avatar_url":"https://github.com/lunks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram Youtube Notifier\nA simple Telegram bot that notify groups when a new\nyoutube video has been posted to a channel using a memory-based cache.\n\n## Usage\n\n```javascript\nconst telegramYoutubeNotifer = require('telegram-youtube-notifier').default\n\n// Setup your Telegram Bot token\nconst telegramToken = token\n\n// Comma-separated list of chat ids\nconst telegramChatIds = \"chatId1,chatId2\" \n\n// Youtube Channel ID you want to be notified of\nconst youtubeChannelId = \"UCk5BcU1rOy6hepflk7_q_Pw\"\n\n\n// Message you want the bot to use before the link i.e.\n// New video! https://www.youtube.com/watch?v=gvsQ09wM-bU\nconst message = \"New Video!\"\n\ntelegramYoutubeNotifer({\n  telegramToken,\n  telegramChatIds,\n  youtubeChannelId,\n  message\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunks%2Ftelegram-youtube-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunks%2Ftelegram-youtube-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunks%2Ftelegram-youtube-notifier/lists"}