{"id":19943243,"url":"https://github.com/galvinpython/youtube-readme","last_synced_at":"2026-02-16T17:03:23.237Z","repository":{"id":246698322,"uuid":"821837502","full_name":"GalvinPython/youtube-readme","owner":"GalvinPython","description":"Show your latest video uploads in your README!","archived":false,"fork":false,"pushed_at":"2025-01-22T00:03:49.000Z","size":700,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T14:45:46.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/GalvinPython.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-29T15:19:36.000Z","updated_at":"2025-05-18T20:37:13.000Z","dependencies_parsed_at":"2024-06-29T19:39:36.284Z","dependency_job_id":"a298ab1a-a49f-4c00-8b5d-0cf6949c21fd","html_url":"https://github.com/GalvinPython/youtube-readme","commit_stats":null,"previous_names":["galvinpython/youtube-readme"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/GalvinPython/youtube-readme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fyoutube-readme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fyoutube-readme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fyoutube-readme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fyoutube-readme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GalvinPython","download_url":"https://codeload.github.com/GalvinPython/youtube-readme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fyoutube-readme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29513437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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-11-13T00:15:56.441Z","updated_at":"2026-02-16T17:03:23.220Z","avatar_url":"https://github.com/GalvinPython.png","language":"JavaScript","readme":"# YouTube Readme Updater\nUpdates your README file to show your latest video uploads on YouTube!\n\n# Example Usage\n\u003e [!IMPORTANT]\n\u003e This action uses NodeJS 20\n\nTo use, simply create a file called `.github/workflows/main.yml` in your target repository. `main.yml` can be anything as long as it's a `.yml` file\n\n```yml\nname: Update README with latest YouTube videos\n\non:\n  schedule:\n    - cron: '0 * * * *'  # Runs every hour\n\njobs:\n  update-readme:\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Checkout repository\n      uses: actions/checkout@v2\n\n    - name: Set up Node.js\n      uses: actions/setup-node@v3\n      with:\n        node-version: '20'\n\n    - name: Update README\n      uses: GalvinPython/youtube-readme@1.0\n      with:\n        youtube_channel_id: '' # Replace with your channel ID\n        readme_file_path: 'README.md'\n  \n    - name: Configure Git\n      run: |\n        git config --global user.name 'github-actions[bot]'\n        git config --global user.email 'github-actions[bot]@users.noreply.github.com'\n\n    - name: Commit changes\n      run: |\n        git add README.md\n        git commit -m \"Update README with latest YouTube videos\" || echo \"No changes to commit\"\n\n    - name: Push changes\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n      run: git push\n```\n\n# API\nYou can find the server for the API [here](https://github.com/GalvinPython/latest-uploads-api)\n\n# Future Improvements\n* Set a value between 1 and 5 videos\n* Choose either shorts, streams or videos (or all)\n* Format better\n* Video statistics\n\n# Changelog\n## V1.0\n* Released action","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalvinpython%2Fyoutube-readme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgalvinpython%2Fyoutube-readme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalvinpython%2Fyoutube-readme/lists"}