{"id":15751234,"url":"https://github.com/rgl/hp-drivers-scraper","last_synced_at":"2025-03-31T07:21:39.998Z","repository":{"id":139752804,"uuid":"600764064","full_name":"rgl/hp-drivers-scraper","owner":"rgl","description":" scrape the HP Product Drivers page into a JSON data file ","archived":false,"fork":false,"pushed_at":"2023-10-18T01:07:24.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T11:56:55.552Z","etag":null,"topics":["drivers","hp","scraper"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rgl.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":"2023-02-12T14:31:32.000Z","updated_at":"2023-02-12T14:33:07.000Z","dependencies_parsed_at":"2024-10-04T07:01:24.213Z","dependency_job_id":"e9e349c8-aeac-417d-8fbc-1798ebc98e3b","html_url":"https://github.com/rgl/hp-drivers-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fhp-drivers-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fhp-drivers-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fhp-drivers-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fhp-drivers-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgl","download_url":"https://codeload.github.com/rgl/hp-drivers-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429465,"owners_count":20775813,"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","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":["drivers","hp","scraper"],"created_at":"2024-10-04T07:01:14.112Z","updated_at":"2025-03-31T07:21:39.977Z","avatar_url":"https://github.com/rgl.png","language":"JavaScript","readme":"# About\n\n[![Build status](https://github.com/rgl/hp-drivers-scraper/workflows/build/badge.svg)](https://github.com/rgl/hp-drivers-scraper/actions?query=workflow%3Abuild)\n\nThis scrapes the HP Product Drivers page into a JSON data file.\n\n## Products\n\n* [HP EliteDesk 800 65W G4 Desktop Mini PC](https://support.hp.com/us-en/drivers/selfservice/hp-elitedesk-800-65w-g4-desktop-mini-pc/21353734)\n* [HP EliteDesk 800 35W G2 Desktop Mini PC](https://support.hp.com/us-en/drivers/selfservice/hp-elitedesk-800-35w-g2-desktop-mini-pc/7633266)\n\n## Data Files\n\nThe code in this repository creates a `data/*.json` file, for example:\n\n```json\n[\n    {\n        \"name\": \"HP Firmware Pack (Q21)\",\n        \"url\": \"https://ftp.hp.com/pub/softpaq/sp143001-143500/sp143306.exe\",\n        \"version\": \"02.21.00 Rev.A\",\n        \"date\": \"2022-11-08T00:00:00.000Z\"\n    },\n]\n```\n\nTo get the BIOS and the Intel ME Windows drivers download URLs, you can use something like:\n\n```bash\njq -r '[.[] | select(.name == \"HP Firmware Pack (Q21)\")] | first' data/hp-elitedesk-800-65w-g4-desktop-mini-pc.json\njq -r '[.[] | select(.name == \"Intel Management Engine Driver\")] | first' data/hp-elitedesk-800-65w-g4-desktop-mini-pc.json\n```\n\n## Usage\n\nInstall [Node.js](https://nodejs.org).\n\nExecute:\n\n```bash\nnpm ci\nnode main.js\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgl%2Fhp-drivers-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgl%2Fhp-drivers-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgl%2Fhp-drivers-scraper/lists"}