{"id":19206917,"url":"https://github.com/stefanasandei/youtube-to-text","last_synced_at":"2026-04-13T13:02:54.833Z","repository":{"id":110639141,"uuid":"586250565","full_name":"stefanasandei/youtube-to-text","owner":"stefanasandei","description":"Speech to text for any YouTube video.","archived":false,"fork":false,"pushed_at":"2023-01-07T13:50:11.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T06:29:42.824Z","etag":null,"topics":["ai","api","flask","openai","python","server","speech-to-text","web-server","whisper","youtube","youtube-dl"],"latest_commit_sha":null,"homepage":"","language":"Python","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/stefanasandei.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}},"created_at":"2023-01-07T13:32:05.000Z","updated_at":"2024-04-22T22:13:30.000Z","dependencies_parsed_at":"2023-08-09T11:57:00.088Z","dependency_job_id":null,"html_url":"https://github.com/stefanasandei/youtube-to-text","commit_stats":null,"previous_names":["stefanasandei/youtube-to-text"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stefanasandei/youtube-to-text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanasandei%2Fyoutube-to-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanasandei%2Fyoutube-to-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanasandei%2Fyoutube-to-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanasandei%2Fyoutube-to-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanasandei","download_url":"https://codeload.github.com/stefanasandei/youtube-to-text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanasandei%2Fyoutube-to-text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753551,"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":["ai","api","flask","openai","python","server","speech-to-text","web-server","whisper","youtube","youtube-dl"],"created_at":"2024-11-09T13:17:25.421Z","updated_at":"2026-04-13T13:02:54.810Z","avatar_url":"https://github.com/stefanasandei.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube to text\n\nThis is a web application that uses artificial intelligence to transcribe the speech from a YouTube video and store the text in a database.\n\n![Screenshot](./res/images/screenshot.png)\n\n## How it works\n\nThe user inputs the video url, and the server uses youtube-dl (yt_dlp) to query video information and to download only the audio, in the `./res/audio` folder. It also stores this information in a `sqlite3` database (`./res/videos.db`). After this it uses OpenAI's Whisper model to get the text from the audio, this processing is done asynchronously on a different thread.\n\n## Libraries used\n\nThe third party python modules I used:\n- flask\n- yt_dlp\n- whisper\n- sqlalchemy\n\n## License\n\n[GPLv3](LICENSE) © [Stefan Asandei](https://www.stefan-asandei.cf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanasandei%2Fyoutube-to-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanasandei%2Fyoutube-to-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanasandei%2Fyoutube-to-text/lists"}