{"id":24901430,"url":"https://github.com/naetherm/tedextract","last_synced_at":"2025-09-01T03:09:30.298Z","repository":{"id":114626814,"uuid":"283167530","full_name":"naetherm/TEDExtract","owner":"naetherm","description":"Small script for the extraction of video subtitles of TED videos.","archived":false,"fork":false,"pushed_at":"2020-07-28T09:39:19.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-19T15:39:11.281Z","etag":null,"topics":["dataset","language-identification","ted","ted-talks","text-extraction"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naetherm.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,"zenodo":null}},"created_at":"2020-07-28T09:39:04.000Z","updated_at":"2020-08-01T10:12:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4364ee9-621f-48f3-8b55-527272692d9e","html_url":"https://github.com/naetherm/TEDExtract","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/naetherm/TEDExtract","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2FTEDExtract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2FTEDExtract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2FTEDExtract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2FTEDExtract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naetherm","download_url":"https://codeload.github.com/naetherm/TEDExtract/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2FTEDExtract/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273068858,"owners_count":25039911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dataset","language-identification","ted","ted-talks","text-extraction"],"created_at":"2025-02-01T21:16:10.241Z","updated_at":"2025-09-01T03:09:30.290Z","avatar_url":"https://github.com/naetherm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TEDExtract\n\nA small test crawler for TED talks. For each talk on ted.com all transcripts of all talks will be downloaded and saved within a separate file.\n\n## Requirements\n\nAs stated within the requirements.txt:\n\n - pandas\n - bs4\n\n## Usage\n\n```\npython3 ./main.py --output=/output/dir --max_pages=76 --delay=5\n```\n\nThrough this all transcripts of all talks will be saved within the `output` directory with the format:\n```$output/\u003cTALK_NAME\u003e.csv```\n\nThe parameter `delay` will introduce a delay between each crawling attempt so we don't receive a 429 error. The default value is 10. If such an error (like 429) occurs you don't have to start from the beginning. We'll save a backup pickle file and check if a talk transcript was downloaded\nalready, so just restart the script. \n\nThere is an additional script `combine_csvs.py` which is responsible for creating a single csv file and csv files for each language.\n\n```\npython3 ./combine_csvs.py --input_dir=/output/dir --outname=/final/output/dir/name\n```\n\nAll files will then be saved to the directory `/final/output/dir` with the name `final*`. There will be one file containing all\ntalks `final.csv` and one file for each language `final.en.csv`, `final.de.vsc`, etc.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaetherm%2Ftedextract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaetherm%2Ftedextract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaetherm%2Ftedextract/lists"}