{"id":21026584,"url":"https://github.com/jmoussa/youtube-content-recommendation","last_synced_at":"2026-05-07T02:34:40.428Z","repository":{"id":113274356,"uuid":"357400070","full_name":"jmoussa/youtube-content-recommendation","owner":"jmoussa","description":"An RESTful API paired with a content scraper that analyzes popular YouTube content and arranges it in interesting ways for the end user (via API endpoints).","archived":false,"fork":false,"pushed_at":"2021-07-31T01:08:51.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T21:08:00.009Z","etag":null,"topics":["content-recommendation","elasticsearch","elasticsearch-client","fastapi","google","python","web-service","youtube","youtube-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmoussa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-04-13T02:27:19.000Z","updated_at":"2021-10-06T10:10:29.000Z","dependencies_parsed_at":"2023-03-13T13:21:54.904Z","dependency_job_id":null,"html_url":"https://github.com/jmoussa/youtube-content-recommendation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmoussa/youtube-content-recommendation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2Fyoutube-content-recommendation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2Fyoutube-content-recommendation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2Fyoutube-content-recommendation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2Fyoutube-content-recommendation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmoussa","download_url":"https://codeload.github.com/jmoussa/youtube-content-recommendation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2Fyoutube-content-recommendation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32720310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["content-recommendation","elasticsearch","elasticsearch-client","fastapi","google","python","web-service","youtube","youtube-api"],"created_at":"2024-11-19T11:45:21.266Z","updated_at":"2026-05-07T02:34:40.412Z","avatar_url":"https://github.com/jmoussa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube Content Recommendation Service\n\nThis repo will host all of the backend code related to fetching Youtube Content in order to showcase on the front-end (comming soon).\n\nThe API will handle the RESTful requests sent to the front-end and will communicate the data from Elasticsearch. \n\nThe Content-Engine is responsible for pulling data from YouTube and uploading it properly in Elasticsearch amd maintaining content in Elasticsearch.\n\n\n## Setup\n\nThis project uses Anaconda so access to the `conda` command will be referring to the python virtual environments.\nThis project also uses `setup.py` to handle packaging, namespacing and installing dependencies.\n```bash\nconda env create -f environment.yml # create the python environment from the template\nconda activate youtube # activates the python environment\npython setup.py develop # installs dependencies (to the conda environment)\n```\n\n## To run the Content-Engine's scraper\n\nCall the scraper script and supply it with __one__ of the 3 options shown below:\n\n```bash\npython aggtube/content-engine/scraper.py popular|categories|top_tags\n```\nEach option crawls content by that specific criteria from YouTube\n\n## Running the REST API server\n\n```bash\n./run_api_server\n```\n__Navigate to `localhost:8000/docs` to view the API Documentation__\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoussa%2Fyoutube-content-recommendation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmoussa%2Fyoutube-content-recommendation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoussa%2Fyoutube-content-recommendation/lists"}