{"id":16654442,"url":"https://github.com/commanderredyt/ytdlp-telegram-bot","last_synced_at":"2026-04-13T09:31:34.450Z","repository":{"id":167285948,"uuid":"616070023","full_name":"CommanderRedYT/ytdlp-telegram-bot","owner":"CommanderRedYT","description":"A quick little telegram bot that downloads videos with yt-dlp","archived":false,"fork":false,"pushed_at":"2023-05-19T15:06:02.000Z","size":97,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T07:44:53.501Z","etag":null,"topics":["nodejs","telegram-bot","yarn","yt-dlp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CommanderRedYT.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-19T14:27:57.000Z","updated_at":"2024-10-22T23:13:25.000Z","dependencies_parsed_at":"2023-06-01T20:30:54.427Z","dependency_job_id":null,"html_url":"https://github.com/CommanderRedYT/ytdlp-telegram-bot","commit_stats":null,"previous_names":["commanderredyt/ytdlp-telegram-bot"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/CommanderRedYT/ytdlp-telegram-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderRedYT%2Fytdlp-telegram-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderRedYT%2Fytdlp-telegram-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderRedYT%2Fytdlp-telegram-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderRedYT%2Fytdlp-telegram-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommanderRedYT","download_url":"https://codeload.github.com/CommanderRedYT/ytdlp-telegram-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderRedYT%2Fytdlp-telegram-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["nodejs","telegram-bot","yarn","yt-dlp"],"created_at":"2024-10-12T09:49:47.272Z","updated_at":"2026-04-13T09:31:34.435Z","avatar_url":"https://github.com/CommanderRedYT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ytdlp-telegram-bot\n\nThis is a telegram bot that uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) to download videos from youtube.\nMy personal use-case is combining this with Jellyfin. \n\n## Usage\n```bash\ngit clone https://github.com/CommanderRedYT/ytdlp-telegram-bot\ncd ytdlp-telegram-bot\nyarn install\n\n# Configure\ncp .env.default .env\n\n# Edit .env to your needs\n\n# Run\nyarn start\n```\n\n## Systemd service\nThe service file is located at 'ytdlp-telegram-bot.service'. Replace \u003cuser\u003e with the user that should run the service and `/path/to/telegram-yt-dlp` with the path to the cloned repository.\n\nThen, to install the service, run:\n```bash\nsudo cp ytdlp-telegram-bot.service /etc/systemd/system/\nsudo systemctl daemon-reload\nsudo systemctl enable ytdlp-telegram-bot\nsudo systemctl start ytdlp-telegram-bot\n```\n\n## Configuration\n```bash\n# .env\nTELEGRAM_BOT_TOKEN=\u003cyour telegram bot token\u003e\nJWT_SECRET=\u003cyour jwt secret\u003e\nDATA_DIRECTORY=\u003cyour data directory\u003e\nCHMOD=\u003cchmod for data directory\u003e\n```\n\n## Bot commands\n```\n/start - Start the bot. This will generate and print a token.\n/token \u003ctoken\u003e - Authenticate with the bot. After that, you can just send a youtube link to download it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommanderredyt%2Fytdlp-telegram-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommanderredyt%2Fytdlp-telegram-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommanderredyt%2Fytdlp-telegram-bot/lists"}