{"id":14530482,"url":"https://github.com/dcermak/release-notes-scraper","last_synced_at":"2025-08-26T06:37:15.928Z","repository":{"id":103059291,"uuid":"436256358","full_name":"dcermak/release-notes-scraper","owner":"dcermak","description":"Grab the changelog from releases on Github","archived":false,"fork":false,"pushed_at":"2025-08-20T07:54:22.000Z","size":348,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T09:32:37.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dcermak.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":"2021-12-08T13:25:00.000Z","updated_at":"2025-08-20T07:54:25.000Z","dependencies_parsed_at":"2024-01-08T14:25:06.723Z","dependency_job_id":"766c5840-a43d-4a10-a4b0-8ca588742457","html_url":"https://github.com/dcermak/release-notes-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcermak/release-notes-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcermak%2Frelease-notes-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcermak%2Frelease-notes-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcermak%2Frelease-notes-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcermak%2Frelease-notes-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcermak","download_url":"https://codeload.github.com/dcermak/release-notes-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcermak%2Frelease-notes-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272186211,"owners_count":24888333,"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-08-26T02:00:07.904Z","response_time":60,"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":[],"created_at":"2024-09-05T00:01:07.579Z","updated_at":"2025-08-26T06:37:15.900Z","avatar_url":"https://github.com/dcermak.png","language":"Python","funding_links":[],"categories":["readelf and objdump"],"sub_categories":["Using ltrace to trace both userspace library calls, syscalls, and collect stack traces"],"readme":"# release-notes-scraper\n\nThis simple script can be used to grab the release notes for projects from\ngithub that do not keep a `CHANGELOG`, but publish their release notes via the\nreleases page.\n\n\n## Prerequisites\n\nYou will need the following tools:\n\n- Python 3.10 or later\n- [`poetry`](https://python-poetry.org/)\n\nAdditionally, you have to clone this repository and initialize poetry:\n```ShellSession\n❯ git clone https://github.com/dcermak/release-notes-scraper.git\n❯ poetry install\n```\n\n## Usage\n\nTo grab the changelog of a the project `octocat/foobar`, run:\n\n```ShellSession\n❯ poetry run ./release-notes-scraper.py octocat foobar\n1.0.5\n\n- We did cool stuff!\n```\n\nYou can also specify the maximum version to be included in the output via the\nCLI flag `--max-version` and the minimum version that should **not** be included\n(i.e. the next release after `$min_version` will be present) in the output via\nthe CLI flag `--min-version`:\n\n```ShellSession\n❯ poetry run ./release-notes-scraper.py octocat foobar --min-version 1.0.5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcermak%2Frelease-notes-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcermak%2Frelease-notes-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcermak%2Frelease-notes-scraper/lists"}